Skip to content

Cross platform recommendations - Browser extension

Notifications You must be signed in to change notification settings

azgar-taj/recosSystem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the recosSystem wiki!

This is a browser extension that tracks User's watch history and recommends movie and TV Series. This extension scrapes the titles from the Netflix video player and prime after verifying whether the User has watched a particular movie/Tv show. Then it stores all the watch history in local storage and makes the calls for TMDB API for recommendations, then picks the top 5 titles. It also avoids redundant recommendations and display these recos in three sections : recently watched, TV suggestions, Movie suggestions. All the sections are horizontally scrollable. The extension looks like this as of now :

WORK TO BE DONE :

  1. Add netflix style horizontal scroll to each section. Also add netflix style zoom in and zoom out animations.
  2. When a User clicks a poster in any section, the extension should redirect user to a new webpage in the new tab. This webpage would contain all the user data such as watch history, recos data and primarily fetch more data about each reco like plot, cast, reviews and add links to the platforms that stream this particluar reco. The desired webpage would look like this :

  1. Sync all the data with the google sign-in for each user on firebase.
  2. Build an Android app that takes the user data from firebase and display data accordingly, give user notifications on what to watch next and many other features etc.

About

Cross platform recommendations - Browser extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.9%
  • HTML 5.1%