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

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

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