From 47c8714665378c51d2881e42f2560dbc8cf0804e Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Fri, 14 Dec 2018 14:43:59 +0530 Subject: [PATCH] Update README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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`