sns-twilio

0.0.7 • Public • Published

sns-twilio

A gateway between AWS SNS and your phone

How to install?

sudo npm install sns-twilio -g

How to configure?

Implementeed using rc.

{
	"twilio": {
		"sid": "ACCOUNT_SID",
		"token": "AUTH_TOKEN"
	},
	"fromPhone": "+97243729031",
	"messagePattern": "A notification from AWS SNS. Subject is '{Subject}' and message is '{Message}'",
	"port": 1488,
	"twilioUrlPattern": "http://example.com:1488/twilio?message={urlEncodedMessage}"
}

Hack the code for more options.

How to run?

sns-twilio

As daemon

Implemented using sdt.

sudo sns-twilio-daemon

Readme

Keywords

none

Package Sidebar

Install

npm i sns-twilio

Weekly Downloads

0

Version

0.0.7

License

BSD-2-Clause

Last publish

Collaborators

  • grudzinski