Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 814 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 814 Bytes

FoodBot-Hackathon

Slack Bot that gives you the top 4 rated places based on your desired food Cuisine! Utilizes Google's Places API to search for food based on the given location and search criteria.

Search Criteria

You can search based on Radius and Price on your favorite cuisine!

Note

In order to run this on your slack, you would have to create a google developers account and generate an API Key and add it into /src/constants/GoogleApiConstants.js. As this app is built using AWS lambda, you will also have to create an AWS account and fill in the provider section in src/handler/handler.js.