AlissonSteffens / easy-secret-santa

Home Page:https://alissonsteffens.github.io/easy-secret-santa/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://alissonsteffens.github.io/easy-secret-santa/

License:MIT License


Languages

Language:HTML 83.7%Language:JavaScript 16.3%