Kindly JS
A simple JavaScript library for applications integrating with Kindly.
Just install it with npm:
npm install kindly-js --save
Request a greeting-message:
var kindly = ;kindlyAPI_KEY = "YOUR API KEY";kindly;
Ask the bot questions:
var kindly = ;kindlyAPI_KEY = "YOUR API KEY";kindly;
...and we'll POST
the reply to the webhook you specified when getting started setting up the application.
For more, check out the official Kindly documentation.