Socket
Socket
Sign inDemoInstall

esendex

Package Overview
Dependencies
3
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    esendex

Esendex Node.js client library.


Version published
Weekly downloads
5.4K
decreased by-52.37%
Maintainers
2
Install size
646 kB
Created
Weekly downloads
 

Readme

Source

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)

Keywords

FAQs

Last updated on 17 Jan 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc