Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 784 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 784 Bytes

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