Just type in your zip code and country and the app will find the weather for your location and suggest you a suitable movie.
- $ git clone https://github.com/nick2202/movie-by-weather.git
- create file "src/main/resources/api.properties" and put in your API keys for OpenWeatherMap and TheMovieDB: OPEN_WEATHER_MAP_API_KEY = {your API key} THE_MOVIE_DB_API_KEY = {your API key}
- $ mvn package
- $ mvn spring-boot:run
- http://localhost:8080