https://github.com/mguida22/super-secret-santa
Secret Santa from the command line
https://github.com/mguida22/super-secret-santa
Last synced: 4 months ago
JSON representation
Secret Santa from the command line
- Host: GitHub
- URL: https://github.com/mguida22/super-secret-santa
- Owner: mguida22
- License: mit
- Created: 2015-12-25T01:56:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-25T06:07:31.000Z (over 9 years ago)
- Last Synced: 2025-02-10T09:04:36.846Z (4 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Secret Santa
Organize secret santa and text your friends the plans from the command line. :santa:

## 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=
AUTH_TOKEN=
PHONE_NUMBER=
NODE_ENV=
```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