Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giacomocerquone/movies-lookup

Node app to lookup ratings of many movies all together on imdb and Rotten Tomatoes
https://github.com/giacomocerquone/movies-lookup

Last synced: 13 days ago
JSON representation

Node app to lookup ratings of many movies all together on imdb and Rotten Tomatoes

Awesome Lists containing this project

README

        

# Movies-Lookup
### [Blog Post](http://blog.giacomocerquone.com/movies-lookup-how-to-delete-600-movies-istantly/)

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
1. From terminal type `movies-lookup`
2. 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.