Skip to content

kpechenenko/weather-reciever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

weather-receiver

General info

This is a simple application to get a weather forecast for my hometown.

I have used https://openweathermap.org/

How I use it

$ getweather
Barnaul, clear sky, temp 15.4°, feels like 13.94°, wind speed 3m/s, humidity 36%

How you can use it

  1. Get your apikey https://openweathermap.org/appid
  2. Insert your api key to src/main/resourses/config.properties, field openweather.apikey.
  3. Make sure your city exists on the https://openweathermap.org/
  4. Insert your location name to src/main/resourses/config.properties, field location.name.
  5. Run and execute.

About

The command line tool for getting weather.

Topics

Resources

Stars

Watchers

Forks

Languages