Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 754 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 754 Bytes

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