This little tool creates a rss feed based on the public ratings of an IMDb user.
To run the server locally you need to install node, npm and yarn. After that follow these steps:
yarn
yarn start
The rss feed will be reachable under localhost:4000/rss/{{IMDb User ID}}
.
To get your IMDb user id go to your ratings and check for this part of the url:
http://www.imdb.com/user/ur7019649/ratings
---------
Before submitting a PR please run yarn checks
to see if everything is working.