Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 519 Bytes

File metadata and controls

21 lines (14 loc) · 519 Bytes

Rewatcher

usage

Ever wanted to rewatch a beloved TV show, but not wanted to go through 23457980 hours of TV ?

You can now try rewatcher ! it'll give you a list of the best episodes of your favorite TV show and the order in which to watch them!

demo

You can try it here http://feelic.fr/rewatcher

install

  • clone the project
  • create a .env.local file at the root of the project, following this pattern
REACT_APP_API_KEY=my-omdb-api-key

with your omdb api key

  • then run yarn && yarn start