Skip to content

pieer/mailerlite-sdk-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MailerLite SDK for Node.js

DISCLAIMER: This project is not maintained anymore.

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.

About

Node.js wrapper for MailerLite API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.6%
  • Shell 7.4%