goip-sms

0.0.3 • Public • Published

goip-sms

module for send sms via goip gsm gateway

Build Status

install

npm install goip-sms --save

usage

 
 
var Goip = require('goip-sms');
 
var sms = new Goip({host: 'goip-ip', user: 'admin', password: 'admin'});
 
sms.send({
    number: '89135292926',
    message: 'Привет',
    line: '1'
  })
  .then(function(response) {
    console.log('response', response.body);
  })
 

test

npm test

Readme

Keywords

none

Package Sidebar

Install

npm i goip-sms

Weekly Downloads

0

Version

0.0.3

License

ISC

Last publish

Collaborators

  • antirek