Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakan811/show-leaving-soon-tracker-website
This is a Vue.js application that displays shows that are leaving each platform soon, featuring a countdown timer for each title based on the user's local timezone.
https://github.com/sakan811/show-leaving-soon-tracker-website
data hbo hbomax netflix shows streaming tv-shows vue vuejs web webapp website
Last synced: 6 days ago
JSON representation
This is a Vue.js application that displays shows that are leaving each platform soon, featuring a countdown timer for each title based on the user's local timezone.
- Host: GitHub
- URL: https://github.com/sakan811/show-leaving-soon-tracker-website
- Owner: sakan811
- Created: 2025-01-13T15:56:42.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2025-01-20T22:19:37.000Z (9 days ago)
- Last Synced: 2025-01-20T23:23:30.918Z (9 days ago)
- Topics: data, hbo, hbomax, netflix, shows, streaming, tv-shows, vue, vuejs, web, webapp, website
- Language: Vue
- Homepage: https://show-leaving-soon-tracker-website.vercel.app
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Show Leaving Soon Tracker Website
A Vue.js application that displays shows leaving the platform soon, featuring a countdown timer for each show based on the user's local timezone.
## Status
[![Frontend Tests](https://github.com/sakan811/netflix-leaving-soon-tracker-website/actions/workflows/frontend-tests.yml/badge.svg)](https://github.com/sakan811/netflix-leaving-soon-tracker-website/actions/workflows/frontend-tests.yml)
## Accessing the website
## Setup the Project
1. Clone the repository
2. Sign up for a [RapidAPI](https://rapidapi.com/) account
3. Subscribe to the [Streaming Availability API](https://rapidapi.com/movie-of-the-night-movie-of-the-night-default/api/streaming-availability)
4. Get the API key of Streaming Availability API
5. Create a .env file in the scraper directory and add the API key to the .env file
6. Run the main.py file to scrape the data## Docs
### Sequence Diagrams
[Click here to view the sequence diagrams](./docs/mermaid-charts.md)