Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j6k4m8/whychopper
why is there a helicopter outside
https://github.com/j6k4m8/whychopper
air-traffic-control aircraft law-enforcement social-sciences
Last synced: 14 days ago
JSON representation
why is there a helicopter outside
- Host: GitHub
- URL: https://github.com/j6k4m8/whychopper
- Owner: j6k4m8
- License: apache-2.0
- Created: 2020-10-12T22:43:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T00:52:36.000Z (over 3 years ago)
- Last Synced: 2024-10-11T09:24:52.372Z (about 1 month ago)
- Topics: air-traffic-control, aircraft, law-enforcement, social-sciences
- Language: HTML
- Homepage: https://whychopper.getneutrality.org/
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# whychopper
https://whychopper.getneutrality.org/
what is that low-flying aircraft outside my house, and for whom do they work?
## Setting up your own
You'll need a zappa settings file. Here is an example (`zappa_settings.json`):
```json
{
"dev": {
"app_function": "main.APP",
"environment_variables": {
"PGEOCODE_DATA_DIR": "/tmp/pgeo"
},
"aws_region": "us-east-1",
"runtime": "python3.7"
}
}
```