Made for Übersicht
Uses the ipstack.com to obtain your location, and the Dark Sky API to obtain the weather information. Both APIs require registration to get an API key, so please copy and paste into get-weather script.
You can find all options index.coffee
at the top of the file:
-
Default city and region. You can replace
<city>
with your city, and<region>
with your region (state). This location is used in case the automatic location lookup fails, or if you switch off auto location (see below). Example:options = city : 'Cupertino' region: 'CA'
-
Temperature units. Use 'us' for Fahrenheit and 'si' for Celsius.
-
Automatic location lookup. Set
useLocation
tostatic
to disable auto location and instead always use the default city and region.
To tweak the appearance, just follow the directions inside index.coffee
. You can switch between the original minimal icons by Erik Flowers, or use the standard Yahoo icons.
Automatic location detection and switch to Yahoo api by @nickroberts https://github.com/nickroberts
Ported to Dark Sky and ipstack API after Yahoo retired their API https://github.com/Titousensei
Original icons by Erik Flowers http://erikflowers.github.io/weather-icons/