With this app, you can ask it if Waterloo Parking Lots C, N, W or X are available.
- Clone the repo
npm install
- create a file called "default.json" and put it inside the config folder. Copy the keys from Heroku.
- run
node app
- go to this url: parkingchatbot.herokuapp.com
All webhook code is in app.js
. It is routed to /webhook
. This project handles callbacks for authentication, messages, delivery confirmation and postbacks. More details are available at the reference docs.