Shows you open restaurants around based on Google Places API.
Scan the messenger code above or click here.
The purpose of this project is to create a more real world example bot to help the community. It was built with:
- Claudiajs to manage AWS Lambda Functions
- API.AI to parse messages and transform in actions
- claudia-bot-builder to integrate with facebook messenger
- Google Places API to search places around you based on location
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
.