Closed ryanvolum closed 6 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
Added ability to stand up a directline service from the command line:
Then simply use the "directline" command with the endpoint where you want to host offline-directline and the endpoint where your bot is hosted
Also added linting, fixed linting errors, iterated package