An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Secret Santa

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

![screenshot](https://cloud.githubusercontent.com/assets/9451227/11999504/a5e50280-aa8d-11e5-8a22-ebdc7fc64af3.png)

## 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