Skip to content

A simple bash script to display the weather conditions in desired location

License

Notifications You must be signed in to change notification settings

DavutHaxor/weather-sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weather-sh

A simple bash script to print out weather conditions for the desired location on terminal.

Usage

In order to run the program you need to fill essential values in config.json. These values are:

latitude
longitude
api_key
units

units is set to metric by default. Free to change it to what you desire.

The unit options are standart, metric and imperial. Unit selection effects the temperature type (kelvin for standart, celsius for metric and fahrenheit for imperial), wind speed (km/h for standart/metric and mph for imperial)

About

A simple bash script to display the weather conditions in desired location

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages