Skip to content
/ when Public

A website that tells you when tv shows are coming out - to the second.

License

redxtech/when

Repository files navigation

when.

when. is a website that tells you when tv shows & movies are coming out - to the second.

setup

npm install
npm run build
npm run dev

# only run vite (no cloudflare worker functions)
npm run dev:vite

# nix users can get up and running with a single command
nix run

env vars

  • TRAKT_API_SECRET: trakt client secret (required)
  • VITE_TRAKT_API_KEY: trakt client id (required)
  • VITE_ORIGIN: website url for oauth redirect (default: http://localhost:8788)
  • VITE_SERVER: url for functions server (default: http://localhost:8788)
  • VITE_TMDB_KEY: tmdb api key (required)

About

A website that tells you when tv shows are coming out - to the second.

Topics

Resources

License

Stars

Watchers

Forks