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
Readme
Installation
- Clone the repo
- run
npm installto install dependencies - Add your MailChimp API Key to edit
app.js - Run via
node apporsupervisor app - Navigate to http://127.0.0.1:3002
Tests
- run with
make test(eek - these need to be setup still)
