clickatell-sms
v1.0.1
Published
Master: [](https://travis-ci.org/sirhoe/clickatell-sms) [](https://coveralls.i
Readme
This library allows access to the Clickatell's SMS API's.
Installation
This library is managed by the Node Package Manager
npm install clickatell-sms
Usage
All calls are asynchronous and returns a Promise
const clickatell = require('clickatell-sms')(apiKey);
const result = await clickatell.sendMessage(["00000000000"], "My Message");
Testing
To run the library test suite just execute npm test from the library root. Please make sure all tests are passing before pushing back any changes.
