0.0.7 • Published 11 years ago

sns-twilio v0.0.7

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

sns-twilio

A gateway between AWS SNS and your phone

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}"
}

How to run?

Runs as daemon using sdt.

sudo npm install sns-twilio -g
sns-twilio
0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago