An easy and unbureaucratic secret santa manager
Clone
https://github.com/AlissonSteffens/easy-secret-santa.git
Install
npm install
Before running create a config.json file
{
"email_user": "[email protected]",
"email_pass": "password123"
}
Then Update contacts at data.json
Finally run it
npm start
- nodemailer: Easy as cake e-mail sending from your Node.js applications
- shuffle-array: Randomize the order of the elements in a given array.
None
MIT