0.0.1 • Published 4 years ago
moorse v0.0.1
Moorse's software development kit
Quickstart
Create a node js project, and install the package.
$ npm i moorseAt typescript use import to get the moorse class with all the methods, the same can be done at es6.
import { Moorse } from "moorse";
async function useMoorse(pack) {
const moorse: Moorse = new Moorse({
channelType: pack.channel,
integrationId: pack.integrationId,
email: pack.email,
password: pack.password
onLogin: (response)=>{
console.log("The user is logged in!");
}
});
}Here, pack is an object like:
const pack = {
integrationId: "some-moorse-integration-id",
channel: "whatsapp",// <-- Unique communication channel for now
email: "sample.email@gmail.com",
password: "strongpass123"
};0.0.6
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago
1.0.15
4 years ago
1.0.14
4 years ago
1.0.13
4 years ago
1.0.12
4 years ago
1.0.11
4 years ago
1.0.10
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago