node-zenvia-sms
v1.0.0
Published
Send SMS with Zenvia API
Downloads
7
Maintainers
Readme
zenvia-sms
How to install:
npm i node-zenvia-sms
How to use:
const zenvia = require('zenvia-sms')(your_username, your_password);
Example: see test.js.
This module is a port of the official HTML/JS Zenvia library to be used in NodeJS.