https://github.com/dfirebaugh/lunch-roulette
A tool to help determine where we should go for lunch
https://github.com/dfirebaugh/lunch-roulette
Last synced: 7 months ago
JSON representation
A tool to help determine where we should go for lunch
- Host: GitHub
- URL: https://github.com/dfirebaugh/lunch-roulette
- Owner: dfirebaugh
- Created: 2019-02-16T23:46:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T13:03:00.000Z (over 7 years ago)
- Last Synced: 2024-12-27T19:29:54.416Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Lunch Roulette
This is a tool to help us determine where we should go for lunch!
[demo](https://lunch.dfire.io)
### Running This Project
You will need to create an api key with the google places api
[get key](https://cloud.google.com/maps-platform/#get-started)
store key in a ` .env ` file
> API_KEY=yourapikeyhere
install [docker](https://docs.docker.com/install/) and [docker-compose](https://docs.docker.com/compose/install/)
in the root of this repo run:
> docker-compose up --build