Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

esendex

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esendex

Esendex Node.js client library.

  • 0.1.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
349
increased by9.75%
Maintainers
2
Weekly downloads
 
Created
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

Package last updated on 17 Jan 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc