sjlu / popular-movies

Tries to create a list of popular movies based on a series of heuristics
https://popular-movies-data.stevenlu.com/movies.json
MIT License
370 stars 18 forks source link

Updated to ES2015 syntax #2

Closed benjick closed 8 years ago

benjick commented 8 years ago

Also added some steps to the readme I had to do to get npm test to run

I've also put in a linter (ESLint), which can be run with npm run lint. I didn't remove unused functions because you might want to keep them for some reason.

sjlu commented 8 years ago

Meant to comment on this earlier. As much as I like ES6, I don't think a complete rewrite is necessary and therefore will be closing this.