0.0.1 • Published 12 months ago
trivoh-js v0.0.1
trivoh-js
Trivoh javascript client
Install
npm install trivoh-js
Usage
import * as trivoh from "trivoh-js"
const CLIENT_ID = "X-API-KEY";
trivoh.init(CLIENT_ID, async function (token) {
if (!token) {
// error handling
}
console.log("your token: " + token);
/**
* Function to process response data
*
* @param data
*/
function answerGetter(data) {
console.log(data);
}
trivoh.getAllMeetings(answerGetter);
});
0.0.1
12 months ago
0.0.1-alpha
1 year ago