Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 644 Bytes

README.md

File metadata and controls

32 lines (16 loc) · 644 Bytes

Campaign Monitor Signup AJAX

Select utility functions for asynchronously subscribing members to a Campaign Monitor List.

Development

  • This library is built to conform to the general coding standards common to all of the C4Coin sites.

Development Prerequisites

  • NodeJS, version 9.7.1 or better (I use nvm to manage Node versions — brew install nvm.)

Initialisation

npm install

Testing

npm test

or with code coverage

npm run test:cov

Linting

npm run lint

Contributing

Please see the contributing notes.