Skip to content

tochix/weather-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-service

Fetch weather forecast for cities in configured intervals from https://openweathermap.org/forecast5

Requirements

Install

To install clone this repo :

git clone [email protected]:tochix/weather-service.git
cd weather-service

Usage

  • Insert you API Key here
  • Be mindful of rate limiting, they have it at 60 calls per minute
  • Don't set the polling frquency less than that
  • Run the app using maven from your CLI
cd weather-service
./mvnw spring-boot:run

Releases

No releases published

Packages

No packages published

Languages