Skip to content

MVC structured VanillaJS app that uses a scraped list of Netflix genres from another website and makes it searchable

Notifications You must be signed in to change notification settings

rpemberton/netflix-genres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix genres scrape and search

Live demo: https://rpemberton.github.io/netflix-genres

screenshot

This is an app that scrapes Netflix genre data from this webpage and makes it searchable.

  • To test out the scrape function, this can be pasted into the browser console when on the whatsonnetflix page.
  • An example of the output is here.

About the code

  • No JS frameworks
  • No CSS frameworks
  • Focus on functional programming
  • Focus on separation of concerns
  • Webpack and Babel
  • Mobile first / progressive enhancement

About

MVC structured VanillaJS app that uses a scraped list of Netflix genres from another website and makes it searchable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published