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

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.

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
```