https://github.com/b-d055/noisy-nyc
Simple Flask app to pull live NYC 311 noise complaints
https://github.com/b-d055/noisy-nyc
flask python
Last synced: about 2 months ago
JSON representation
Simple Flask app to pull live NYC 311 noise complaints
- Host: GitHub
- URL: https://github.com/b-d055/noisy-nyc
- Owner: b-d055
- License: mit
- Created: 2017-10-12T21:28:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T21:45:59.000Z (over 8 years ago)
- Last Synced: 2025-08-20T23:41:08.248Z (11 months ago)
- Topics: flask, python
- Language: HTML
- Homepage: https://noisy-nyc.herokuapp.com/
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Noisy NYC
Simple Flask app to pull live NYC 311 noise complaints.
## Deploying
Be sure to edit `NYC_API_KEY` to your [NYC Open Data](https://opendata.cityofnewyork.us/) key.
Easily run on Heroku by creating a Procfile:
`web: gunicorn app:app`
## Contact
Message or follow [@b__d055](https://twitter.com/b__d055)