/v1_menu_bot

:cake: Chatbot to get the menu at Mudie's, the Village 1 Cafeteria at the University of Waterloo, built for Kik Bot Platform

Primary LanguageJavaScript

Village 1 Cafe Kik Bot

##config.js

module.exports = {
  port         : "8000",
  bot_name     : "<your_bot_name>",
  api_key      : "<your_api_key",
  uw_api_token : "<your_uw_api_token",
  base_url     : "<your_base_url>"
};