Skip to content

mguida22/super-secret-santa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secret Santa

Organize secret santa and text your friends the plans from the command line. 🎅

screenshot

Setup

Install from npm.

$ npm install -g super-secret-santa

Get an ACCOUNT_SID, AUTH_TOKEN and PHONE_NUMBER from Twilio and add them to a file named .env in the same directory as the script. A sample file should look like this.

ACCOUNT_SID=<account_sid>
AUTH_TOKEN=<auth_token>
PHONE_NUMBER=<phone_number>
NODE_ENV=<environment>

Set the NODE_ENV to production to tweet out the results. If this is set to anything else, the program will display the results to the console instead.

License

MIT

About

Secret Santa from the command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published