Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 525 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 525 Bytes

echobot

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:

  1. Fork this repo.
  2. Create an Azure web app.
  3. Set up continuous deployment to Azure from your Github repo.
  4. Register your bot with the Bot Framework.
  5. Enter your Bot Framework App ID and App Secret into Azure settings.
  6. Chat with your bot.