mailerlite

0.4.0 • Public • Published

MailerLite SDK for Node.js

NPM package NPM package Travis Build Travis Build

Node.js wrapper for MailerLite API.

Usage

Install with npm: npm install --save mailerlite.

Browse your lists:

var MailerLite = require('mailerlite');
var ML = new MailerLite(apiKey);
ML.Lists.getAll()
  .then(function(data) {
    console.log(data);
  });

Browse the documentation to read more.

Compatibility

All methods will return promises. Support for callbacks is planned to be implemented soon.

Documentation

License

MIT.

Package Sidebar

Install

npm i mailerlite

Weekly Downloads

23

Version

0.4.0

License

MIT

Last publish

Collaborators

  • joshmanders