Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koverholt/austin-fire-incidents
Interactive map of Austin fire incidents from 2013 to 2018
https://github.com/koverholt/austin-fire-incidents
Last synced: 9 days ago
JSON representation
Interactive map of Austin fire incidents from 2013 to 2018
- Host: GitHub
- URL: https://github.com/koverholt/austin-fire-incidents
- Owner: koverholt
- Created: 2020-09-05T04:40:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T10:49:19.000Z (9 months ago)
- Last Synced: 2024-12-24T04:44:23.231Z (17 days ago)
- Language: TypeScript
- Homepage: https://austin-fires.koverholt.com
- Size: 3.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# austin-fire-incidents
Interactive Map of Austin Fire Incidents from 2013 to 2018
![Austin Fire Incidents](https://github.com/koverholt/austin-fire-incidents/blob/main/images/austin-fire-incidents.png?raw=true)
Data from https://data.austintexas.gov
## Deployment
```
gcloud run deploy austin-fire-incidents --source src/ --region us-central1 --allow-unauthenticated
```