An open API service indexing awesome lists of open source software.

https://github.com/dcwatson/weather

Self-hosted weather API (for US only), since weather APIs suck.
https://github.com/dcwatson/weather

Last synced: 12 months ago
JSON representation

Self-hosted weather API (for US only), since weather APIs suck.

Awesome Lists containing this project

README

          

Zip Code Data
=============

* Download https://www2.census.gov/geo/tiger/GENZ2017/shp/cb_2017_us_zcta510_500k.zip
* Run `manage.py load_zipcodes cb_2017_us_zcta510_500k/cb_2017_us_zcta510_500k.shp`

Place Data
==========

* Download https://www2.census.gov/geo/docs/maps-data/data/gazetteer/2018_Gazetteer/2018_Gaz_place_national.zip
* Run `manage.py load_places 2018_Gaz_place_national.txt`

Weather Stations
================

* Run `manage.py load_stations`