Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackrekirby/netflix-watch-history-v2
A website that sorts through your Netflix watch history and produces a list of your watched films and TV shows
https://github.com/jackrekirby/netflix-watch-history-v2
netflix netlify react
Last synced: 2 days ago
JSON representation
A website that sorts through your Netflix watch history and produces a list of your watched films and TV shows
- Host: GitHub
- URL: https://github.com/jackrekirby/netflix-watch-history-v2
- Owner: Jackrekirby
- Created: 2022-08-25T09:49:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T20:34:59.000Z (over 2 years ago)
- Last Synced: 2024-12-15T05:13:39.348Z (about 2 months ago)
- Topics: netflix, netlify, react
- Language: JavaScript
- Homepage: https://watch-history-explorer.netlify.app
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/95d46111-07bd-4699-9765-bc07f7fd78a5/deploy-status)](https://app.netlify.com/sites/watch-history-explorer/deploys)
A website that sorts through your Netflix watch history and produces a list of your watched films and TV shows.
Improves upon version 1 by:
* Using React for state handling (over vanilla JS).
* Communicates with [TMDB](https://www.themoviedb.org/?language=en-GB) to collect statistics, posters and check title names for the films and TV shows.
* Improves upon the original film - tv show sorting algorithm, in part, due to its ability to check titles on TMDB.Version 2 hosted on Netlify:
https://watch-history-explorer.netlify.appVersion 1 hosted on Github Pages:
https://jackrekirby.github.io/Netflix-Watch-History/