Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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?

image

## 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"
}
}
```