Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 615 Bytes

File metadata and controls

25 lines (18 loc) · 615 Bytes

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)