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

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!

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 theaters

App 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:


![screenshot](https://cloud.githubusercontent.com/assets/17416048/24034939/fc0cba8e-0afb-11e7-9a79-f6ffe5d0aeab.PNG)

## 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).