Socket
Socket
Sign inDemoInstall

iqsms

Package Overview
Dependencies
48
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    iqsms

iqsms.ru JSON API implementation


Version published
Maintainers
1
Install size
3.73 MB
Created

Readme

Source

iqsms

iqsms.ru JSON API implementation

This package is implementation for service http://iqsms.ru/api/api_about

TODO

  • API documentation
  • Tests

Installation

npm install iqsms

Example

var Iqsms = require('iqsms');

var iqsms = new Iqsms("your_iqsms_api_login", "your_iqsms_api_password");

//create message
var message = new Iqsms.Message("1", "<phone number>", "Test message");

//make sure this sender name exists
message.setSender('inform');

//send sms
iqsms.send(message).finally(function(err, data){
	console.log(err, data);
});

API

iqsms.send iqsms.status iqsms.statusQueue iqsms.senders iqsms.balance

Keywords

FAQs

Last updated on 24 Jul 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc