A sample bot for getting started with Bot Framework
This repo is an example of using Node.js to build a bot, which is hosted on Azure and uses continuous deployment from Github.
Here's how to use this bot as a starter template for your own Node.js based bot:
- Fork this repo.
- Create an Azure web app.
- Set up continuous deployment to Azure from your Github repo.
- Register your bot with the Bot Framework.
- Enter your Bot Framework App ID and App Secret into Azure settings.
- Chat with your bot.