Skip to content

jhgaylor/hello-twilio-meteor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Say Hello Using Twilio & Meteor

Getting Started:

  1. Install Meteor
  2. Get Twilio Account info
  3. make settings.json look like this
{
  "TWILIO": {
    "FROM": "TWILIO NUMBER",
    "SID": "SID",
    "TOKEN": "AUTH TOKEN"
  }
}
git clone https://github.com/jhgaylor/hello-twilio-meteor.git
cd hello-twilio-meteor
meteor

To Run with Twilio

meteor --settings=settings.json

To Run without Twilio

meteor

To Run with a different database

MONGO_URL=mongodb://remoteDBServer:27017/foo_db meteor

About

Saying Hello via Twilio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published