1.0.9 • Published 3 years ago

@uneiotech/elisa_whatsapp v1.0.9

Weekly downloads
220
License
ISC
Repository
-
Last release
3 years ago

Elisa WhatsApp

Elisa Whatsapp is a library to dealing with the comunication bettween channels and server.

#Installation

npm i @uneiotech/elisa_whatsapp

const config = { apiKey: , url : }

const elisaWhatsApp = new ElisaWhatsApp(config)

#How to send message

const message = { numberTo:"099999999999", type:"text", message:"My first message" }

elisaWhatsApp.sendMessage(message).then(res =>{ console.log("Response",res) }) .catch(err=>{ console.log("Error", err) }) console.log("Elisa whatsApp")

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago