movies-lookup
v0.2.5
Published
Node app to lookup ratings of many movies all together on imdb and Rotten Tomatoes
Downloads
29
Maintainers
Readme
Movies-Lookup
Blog Post
Movies-Lookup is a little Node app to lookup ratings of many movies all together on IMDB and Rotten Tomatoes. This thing here was developed mainly in 50 minutes to help me to get rid of the useless movies that I had on my NAS.
Warning
As it is right now, this app is quite useless and not very suitable for users who doesn't know node, so for the moment it is targeted at developers who wants to take a look to the code. This because I created it right for my needs.
Installation
Give npm install -g movies-lookup
into your project
Or
Download this repo and give npm install
Usage
- From terminal type
movies-lookup
- Access it from
localhost:8080
TODO
Create a client-side version to use directly from the browser suitable for non-developers people.
License
Released under the GNU 3 license. If you distribute a copy or make a fork of the project, you have to credit this project as source. Copyright © 2015, Giacomo cerquone. All rights reserved.