PeteBakery
A facebook messenger bot. It enables one to order cakes or dough nuts through messenger.
Getting Started
Install the necessary packages by running
npm install
In the config folder, create a default.json file and fill it with the following code
{
"access_token": "",
"verify_token": "",
"app_secret": ""
}
The following information is obtained from the facebook developers site. for the app you will create using the following steps
Prerequisites
Npm should be running on your computer since it is a node js project
Deployment
Get a free heroku account here
From your terminal, login to Heroku and create an application
$ heroku login
$ heroku create
$ git push heroku master
$ heroku open
If you are using Zeit, get an account here
Run
$ npm install -g now
To depoy, head to your project directory and run
$ now
Acknowledgments
Bootbot, created by Charca

Log in or sign up for Devpost to join the conversation.