An open API service indexing awesome lists of open source software.

https://github.com/alertbox/bot-hello-echo-ts

A simple echo bot for the Microsoft Bot Framework.
https://github.com/alertbox/bot-hello-echo-ts

bot

Last synced: 3 months ago
JSON representation

A simple echo bot for the Microsoft Bot Framework.

Awesome Lists containing this project

README

          

# Overview

Bot Builder for Node.js examples using TypeScript are organized into groups and designed to illustrate the techniques needed to build great bots. To use the samples clone our GitHub repository using Git.

## Build and Run from Source

1. Install a recent version of [NodeJS]()
2. Checkout the code and install dependencies
```
git clone https://github.com/alertbox/bot-hello-echo-ts
cd bot-hello-echo-ts
```
3. Compile and run example
```
npm install
tsc
npm start
```
4. Install the [Bot Emulator]()
5. [Play with the bot]() example