Randomly select winners from a csv. The names in names.csv
were randomly generated for demo purposes. Created for use in the Learning Analytics Hackathon.
- Install Node 10 or greater.
- Install Git.
- Clone this repo.
https://github.com/ubccapico/random-selector.git
- Then cd into the repo.
cd random-selector
- Run the installation script.
npm install
(if you seebabel-node: command not found
, you've missed this step.) - Copy/paste names into the
names.csv
file (make sure to leave the topname
field) - Run the script.
node randomSelector.js
Feel free to modify the printed text as you see fit!
- justin0022 - Justin Lee <[email protected]>
This project is licensed under the GNU General Public License v3.0.