Skip to content

koenoe/tvseri.es

Repository files navigation

tvseri.es

This is a NextJS application that interacts with multiple APIs (but mostly TMDb), to help you discover and track your favourite TV series.

Partial Prerendering FTW 🔥

Required Environment Variables to run the project locally

TMDB_API_KEY=
TMDB_API_ACCESS_TOKEN=
MDBLIST_API_KEY=
# openssl rand -base64 32
SECRET_KEY=
  • To obtain TMDB keys, log into your account and visit this link.
  • To obtain a mdblist.com API key, visit this link.