2018-12-08 20:51:24 +01:00
|
|
|
# Sky
|
|
|
|
|
2018-12-14 10:13:59 +01:00
|
|
|
A simple weather monitor
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
To check weather for your location simply run the following command in a terminal
|
|
|
|
|
|
|
|
### In Celsius
|
|
|
|
+ Weather for one week - `curl sky.webionite.com/location`
|
|
|
|
+ Weather for today - `curl sky.webionite.com/location/t`
|
|
|
|
|
|
|
|
### In Fahrenheit
|
|
|
|
+ Weather for one week - `curl sky.webionite.com/f/location`
|
|
|
|
+ Weather for today - `curl sky.webionite.com/f/location/t`
|
2019-01-10 20:03:41 +01:00
|
|
|
|
2019-01-10 20:25:30 +01:00
|
|
|
Replace sky.webionite.com/ with sky.webionite.com/p/ on Windows
|