An open API service indexing awesome lists of open source software.

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.

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)