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

https://github.com/bladesheng/new-movues

Website for tracking new new movies and TV shows
https://github.com/bladesheng/new-movues

dark-mode primevue tailwindcss tmdb vue

Last synced: about 1 year ago
JSON representation

Website for tracking new new movies and TV shows

Awesome Lists containing this project

README

          

# new-movues

This website shows you what new movies and TV shows are airing right and which are about to be released

You can also see details of each movie.

Most of the data is pulled from TMDB API and some data is also scraped from CSDF using my [cloudflare worker](https://github.com/Bladesheng/csfd-api-proxy).

All you have to provide is your own TMDB API key.

## How to run this

- Install dependencies:

```bash
pnpm install
```

- Run local dev server:

```bash
pnpm run dev
```

## Stable release PR

https://github.com/Bladesheng/new-movues/compare/stable...main?quick_pull=1&title=Stable+release