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.
- Host: GitHub
- URL: https://github.com/evertras/address-simulator
- Owner: Evertras
- License: gpl-3.0
- Created: 2024-11-14T09:52:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T12:57:41.000Z (over 1 year ago)
- Last Synced: 2025-04-06T00:25:39.198Z (about 1 year ago)
- Language: Go
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.