easy-secret-santa

An easy and unbureaucratic secret santa manager

Running

Clone

https://github.com/AlissonSteffens/easy-secret-santa.git

Install

npm install

Before running create a config.json file

{
    "email_user": "email@gmail.com",
    "email_pass": "password123"
}

Then Update contacts at data.json

Finally run it

npm start

Dependencies

  • nodemailer: Easy as cake e-mail sending from your Node.js applications
  • shuffle-array: Randomize the order of the elements in a given array.

Dev Dependencies

None

License

MIT