1.0.4 • Published 2 years ago

itexmo-node v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ITEXMO

An SMS library exported as Node.js modules from ITEXMO.

Installing

Using npm:

$ npm install itexmo-node

Example

In Node.js:

// other parameters: priority String, senderID String, server String
const itexmo = require('itexmo-node')({
  apiCode: 'YOUR_API_CODE',
  password: 'YOUR_PASSWORD'
});

itexmo
  .send({ to: '+63xxxxxxxxx', body: 'hello world' })
  .then(message => console.log(message));
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago