1.0.1 • Published 6 years ago

clickatell-sms v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Master: Build Status Coverage Status

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.

1.0.1

6 years ago

1.0.0

6 years ago