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

https://github.com/evertras/address-simulator

Figure out what it'd be like to live at a given address. What's near you? Commute? Restaurants? Etc.
https://github.com/evertras/address-simulator

Last synced: 11 months ago
JSON representation

Figure out what it'd be like to live at a given address. What's near you? Commute? Restaurants? Etc.

Awesome Lists containing this project

README

          

# address-simulator

Figure out what it'd be like to live at a given address. What's near you? Commute? Restaurants? Etc.

## Auth

Do this:

```bash
gcloud auth application-default login
```

## First goal

Take address as input. Return Geocoordinates and a list of all restaurants in an N mile radius.