Skip to content

Deepankar01/nodejs-msbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-msbot

This repository is to showcase the working of different api's provided by Microsoft Bot Framework .

It queries from omdbAPI a free movie API to work with 🍺.

Configuration

rename the config.sample.json file to config.json

Update it with your own APPId and Password

{
  "appId": "YOUR APP ID",
  "appPassword": "YOUR APP PASSWORD",
  "port":3978
}

Running the code

run npm start to start the repository

Open the bot emulator and point it to http://localhost:3978/api/messages

Quick Note

It uses /api/messages URL to send and receive the messages

Working GIF

Releases

No releases published

Packages

No packages published