https://github.com/redxtech/when
A website that tells you when tv shows are coming out - to the second.
https://github.com/redxtech/when
trakt tv vue when
Last synced: about 19 hours ago
JSON representation
A website that tells you when tv shows are coming out - to the second.
- Host: GitHub
- URL: https://github.com/redxtech/when
- Owner: redxtech
- License: other
- Created: 2020-07-23T01:47:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-11-01T02:31:20.000Z (7 months ago)
- Last Synced: 2025-11-01T04:14:38.717Z (7 months ago)
- Topics: trakt, tv, vue, when
- Language: Vue
- Homepage: https://when.sh
- Size: 2.31 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# when.
>when. is a website that tells you when tv shows & movies are coming out - to the second.
## setup
```bash
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)