https://github.com/cowlicks/sunshine
Flask app for requesting data from the San Francisco city government à la the Sunshine Ordinance.
https://github.com/cowlicks/sunshine
flask open-data san-francisco sunshine-ordinance
Last synced: about 1 year ago
JSON representation
Flask app for requesting data from the San Francisco city government à la the Sunshine Ordinance.
- Host: GitHub
- URL: https://github.com/cowlicks/sunshine
- Owner: cowlicks
- License: agpl-3.0
- Created: 2016-08-19T04:47:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T04:55:04.000Z (over 9 years ago)
- Last Synced: 2025-04-10T11:53:43.413Z (about 1 year ago)
- Topics: flask, open-data, san-francisco, sunshine-ordinance
- Language: HTML
- Homepage: http://sunshinesf.org
- Size: 61.5 KB
- Stars: 10
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sunshine
Deployed at [sunshinesf.org](http://sunshinesf.org).
An app for requesting data from San Francisco city government.
## Try me out
```bash
$ docker build -t sunshine .
$ docker run -d -P sunshine
```