Skip to content

VarunSantosh/WeatherApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather API

This api provides average temp and average pressure for the next three days based on the city name.

To run this Api:-

-> After cloning, import the project as a maven project and do maven update.

-> Go to WeatherApiApplication.java

-> Run this file as a Springboot App.

-> once the server is started, you can check if the server is up an drunning by calling the following url http://localhost:8080/v1/ping

-> you can find the rest api docs at http://localhost:8080/swagger-ui.html

->you can access the REST services at following url http://localhost:8080/v1/data?city={cityName}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages