The challenge proposed in this bootcamp was to develop a project to increase engagement with IMDb top movies and series. The solution presented by ImdbStickers is to generate stickers based on the user rating of movies and series, encouraging their collection and sharing.
- List top 250 movies from IMdb
- Search by name
- Display detailed information about a movie
- Generate stickers based on user rating of the movie
- Java: Programming language
- Maven: Build automation tool
- Gson: Library used to convert a JSON into a Java object
- IMDb API: API for interacting with IMDb
Clone this repository and add project dependencies.
git clone https://github.com/LeonardoBringel/ImdbStickers
mvn clean install
Create an account at IMDb API and generate your key. Then create an api.properties in the project folder as follows.
topMoviesUrl = https://imdb-api.com/en/API/Top250Movies/YOUR_API_KEY
This project is MIT licensed, as found in the LICENSE file.