Skip to content

pryznar/smsconnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmsConnect

Send and receive SMS with node.js (for Czech Republic)

Registration

Installation

npm install smsconnect

Usage

Initialization

var Sms = require('smsconnect')
sms = new Sms.SmsConnect({
  'login': '<your_login>',
  'password': '<your_password>'
})

Inbox

sms.inbox(function(data) {
  console.log(data);
});

Send SMS

sms.send('<phone_number>', '<text_sms>', function(result) {
	console.log(result);
})

License

MIT

About

Send and receive SMS with node.js (for Czech Republic)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published