Skip to content
This repository has been archived by the owner on May 14, 2019. It is now read-only.

Application provide possibility to search weather forecast for specific city

License

Notifications You must be signed in to change notification settings

s4got10dev/weather-forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather

Application provide possibility to search weather forecast for specific city based on data from OpenWeatherMap

How to use

Project already has gradle wrapper (so you don't need to have it installed). All other dependencies will be downloaded by it.

Web UI page using OpenWeatherMap API for retrieving weather forecast data, so, please, make sure you have your own key generated and put it inside application.properties as owm.api.key parameter

Execution

Execute gradle build (It may take a while in the first run):

$ ./gradlew build

After the message of BUILD SUCCESS, the application is ready to run:

$ ./gradlew bootRun

Application will be available on http://localhost:8787 (This one can be also changed in application.properties). REST API documentation will be available at http://localhost:8787/swagger-ui.html

Tech stack

  • Backend
    • Java 8
    • Spring Boot
      • Web
      • Test
    • Lombok
    • SpringFox Swagger UI
  • Gradle

About

Application provide possibility to search weather forecast for specific city

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages