Skip to content

Latest commit

History

History
35 lines (26 loc) 路 1.28 KB

README.md

File metadata and controls

35 lines (26 loc) 路 1.28 KB

Food Recommendation Bot

Shows you open restaurants around based on Google Places API.

Coverage Status

Live demo

Scan the messenger code above or click here.

About

The purpose of this project is to create a more real world example bot to help the community. It was built with:

Running tests

Create a .env file on tests/config folder with the following environment variables:

APIAI_ACCESS_TOKEN="YOUR_ACCESS_TOKEN_HERE"
GOOGLE_PLACES_KEY="YOUR_KEY_HERE"

Then run npm test.