diff --git a/README.md b/README.md index 4ba4caf..ad56222 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # Sky -Simple web server for weather. \ No newline at end of file +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`