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.
https://show-leaving-soon-tracker-website.vercel.app/
-
Clone the repository
git clone https://github.com/sakan811/netflix-leaving-soon-tracker-website.git cd netflix-leaving-soon-tracker-website
-
Sign up for a RapidAPI account
-
Subscribe to the Streaming Availability API
-
Get your API key from the Streaming Availability API dashboard
-
Create a
.env
file in thescraper
directory with the following content:RAPIDAPI_KEY=your_api_key_here
-
Navigate to
scraper
directory-
cd scraper
-
-
Run the main.py file to scrape the data
-
python main.py
-
-
Navigate to
frontend
directory-
cd frontend
-
-
Install dependencies
-
npm install
-
-
Start the development server
-
npm run dev
-
-
Open your browser and navigate to http://localhost:3000