1.1.3 • Published 5 years ago

itexmo v1.1.3

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

ITEXMO

The ITEXMO library exported as Node.js modules.

Installation

Using npm:

$ npm i --save itexmo

In Node.js:

// add another config:
// parameters: priority String, senderID String and server String
const itexmo = require('itexmo')({ apiCode: 'YOUR_API_CODE' })

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

See the package source for more details.

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago