ryanvolum / offline-directline

Unofficial package to emulate the bot framework connector locally.
https://www.npmjs.com/package/offline-directline
78 stars 44 forks source link

Added command line utility, linting #34

Closed ryanvolum closed 5 years ago

ryanvolum commented 5 years ago

Added ability to stand up a directline service from the command line:

npm install offline-directline -g

Then simply use the "directline" command with the endpoint where you want to host offline-directline and the endpoint where your bot is hosted

directline -d "http://127.0.0.1:3000" -b "http://127.0.0.1:3978/api/messages"

Also added linting, fixed linting errors, iterated package