0.0.1 • Published 6 years ago

winsella-api v0.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Documentation

To use this package: npm install --save winsella-api Refer to index.html file for sample invocations. Please update subscribeKey,subscriptionKey, accessToken in index.html before usage. winsellaService.initWithSubscriptionKey({ "subscriptionKey" :"", "subscribeKey" :"", "accessToken" : ""}); Install npm install --save http-server in package.json of your file add this in scripts section "serve": "http-server" then run npm serve go to localhost:8080 You should see a webpage. Click "Click To Converse" button and wait for this message at the bottom: "Conversation is ready. You can start adding message" type any message in "Enter your message" and click "Add Message" button. You should see the messages in "Your conversation"