Go to file
Ceda EI 723fb81d28 Fix 500 on unknown location 2020-08-08 15:39:04 +05:30
.gitignore Add get_weather. Add daily to weather_to_text. Add enpoints. 2018-12-13 00:44:24 +05:30
LICENSE Add LICENSE 2018-12-08 19:52:31 +00:00
README.md Change /plain to /p 2019-01-11 00:55:30 +05:30
ascii.py Escape backslashes 2018-12-13 16:37:40 +05:30
columnizer.py Add columnizer module to create columns. 2018-12-12 21:52:21 +05:30
requirements.txt Add requirements.txt 2019-04-26 20:57:13 +05:30
sample.config.py Complete get_coordinates. Add logic. Add schema. 2018-12-11 16:58:05 +05:30
schema.sql Fix #1. Add full_name to cache_db. Show name in output. 2018-12-14 14:25:10 +05:30
server.py Fix 500 on unknown location 2020-08-08 15:39:04 +05:30

README.md

Sky

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

Replace sky.webionite.com/ with sky.webionite.com/p/ on Windows