You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ceda EI 723fb81d28 Fix 500 on unknown location 3 years ago
.gitignore Add get_weather. Add daily to weather_to_text. Add enpoints. 5 years ago
LICENSE Add LICENSE 5 years ago
README.md Change /plain to /p 4 years ago
ascii.py Escape backslashes 5 years ago
columnizer.py Add columnizer module to create columns. 5 years ago
requirements.txt Add requirements.txt 4 years ago
sample.config.py Complete get_coordinates. Add logic. Add schema. 5 years ago
schema.sql Fix #1. Add full_name to cache_db. Show name in output. 5 years ago
server.py Fix 500 on unknown location 3 years ago

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