Handles subscription to MailChimp because their JS API sucks
- io.js or node.js with
--harmony
flag MAILCHIMP_API_KEY
,NODESCHOOL_LIST_ID
andNODESCHOOL_MENTOR_LIST_ID
in process env variables.- Symlink from
/node_modules/_
to/modules
, this will be auto created on Mac and Linux, on Windows it need to be created manually.
- Run
npm install
- Run
node index.js