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
- Host: GitHub
- URL: https://github.com/bladesheng/new-movues
- Owner: Bladesheng
- License: mit
- Created: 2024-04-15T09:50:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T08:11:32.000Z (over 1 year ago)
- Last Synced: 2025-05-07T06:57:15.289Z (about 1 year ago)
- Topics: dark-mode, primevue, tailwindcss, tmdb, vue
- Language: Vue
- Homepage: https://movues.bladesheng.com
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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