mailchimp-reports
v1.0.0
Published
1. Clone the repo 2. run `npm install` to install dependencies 3. Add your MailChimp API Key to edit `app.js` 4. Run via `node app` or `supervisor app` 5. Navigate to http://127.0.0.1:3002
Downloads
2
Readme
Installation
- Clone the repo
- run
npm install
to install dependencies - Add your MailChimp API Key to edit
app.js
- Run via
node app
orsupervisor app
- Navigate to http://127.0.0.1:3002
Tests
- run with
make test
(eek - these need to be setup still)