Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/giacomocerquone/movies-lookup
- Owner: giacomocerquone
- License: gpl-3.0
- Created: 2015-11-22T20:42:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-02T14:15:13.000Z (over 8 years ago)
- Last Synced: 2024-10-30T14:06:29.721Z (15 days ago)
- Language: JavaScript
- Homepage: https://giacomocerquone.com/look-up-movie-ratings-with-nodejs/
- Size: 26.4 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.