https://github.com/serhiistets/movie-parser
See what movies come out now!
https://github.com/serhiistets/movie-parser
cinema java movies parse
Last synced: 3 months ago
JSON representation
See what movies come out now!
- Host: GitHub
- URL: https://github.com/serhiistets/movie-parser
- Owner: SerhiiStets
- License: mit
- Created: 2017-01-12T17:12:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T08:26:45.000Z (over 8 years ago)
- Last Synced: 2025-05-12T15:38:03.260Z (5 months ago)
- Topics: cinema, java, movies, parse
- Language: Java
- Homepage: https://serhiistets.github.io/Movie-parser/
- Size: 389 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Movie Parser
Movie parser is a console application that can show you:
* movies opening this week
* top box office movies
* coming soon to theatersApp use information from [Rotten Tomatoes](https://www.rottentomatoes.com/) and [Metacritic](http://www.metacritic.com/)
## Installation
Clone this repo
git clone https://github.com/SerhiiStets/Movie-parser.git## Usage
gradle -q run
Example:
## Feedback
All bugs, feature requests, pull requests, feedback, etc., are welcome. [Create an issue](https://github.com/SerhiiStets/Movie-parser/issues)
## License
MIT License: http://adampritchard.mit-license.org/ or see [the `LICENSE` file](https://github.com/SerhiiStets/Movie-parser/blob/master/LICENCE).