twilio (community library)

Summary

Name Value
Name twilio
Version 0.0.1
Installs 2250
License MIT
Author hoxworth@gmail.com
URL https://github.com/hoxworth/spark-twilio
Repository https://github.com/hoxworth/spark-twilio.git
Download .tar.gz

A simple library for sending text messages over Twilio

Library Read Me

This content is provided by the library maintainer and has not been validated or approved. 1.) Install the Spark-CLI and login!

(more details here - https://github.com/spark/spark-cli)

npm install -g spark-cli spark login

2.) Create a Twilio account / grab your login info!

https://www.twilio.com/login

[image unavailable]

3.) Customize your twilio.json webhook with your phone numbers, and Twilio account info from above, and create your hook!

spark webhook create twilio.json

4.) Compile your firmware and flash it to your core!

spark compile . --saveTo twilio.bin spark flash coreName twilio.bin

5.) You'll get a text message when your core starts up! Send more by calling the function on your device!

spark call coreName twilio "Hello Texting World"

Browse Library Files