0.1.8 • Published 8 years ago

esendex v0.1.8

Weekly downloads
596
License
(MIT OR BSD-3-Cla...
Repository
github
Last release
8 years ago

esendex-node

NPM version Build Status NPM

A work-in-progress simplistic client library for the Esendex REST API.

Getting Started

  1. Install via npm: npm install esendex
  2. Install the dependencies: npm install
  3. Use!
var esendex = require('esendex')({
  username: "myself@mydomain.com",
  password: "super-secret-password"
});

esendex.messages.get({count: 3}, function (err, messages) {
  console.log(err || messages);
});

Example Scripts

There's a number of example scripts that show the client library in action. Take a look at the examples directory.

Contributions

Pull requests are welcome, but there are some rules:

  • Please adhere to the coding style implied from existing code
  • Run npm test to ensure your code is lint free and all tests pass before you push
  • Please cover all changes with sufficient tests (examples folder exempt for now)
0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago