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

esandex

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esandex

A lightweight sandbox representation of the Esendex REST API.

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

Esandex

View the project page.

A lightweight sandbox implementation of the Esendex REST API, providing request and response schema validation with example response behaviour and content. Currently all examples are taken from the official REST API documentation, with the goal of eventually adding sandboxed features that modify these example responses for expected scenarios.

Getting Started

You can consume the sandbox in one of two ways: as a standalone server or as a package.

Standalone Server

Install the sandbox globally:

$ npm install esandex -g

Start the sandbox:

$ esandex
Esandex: started sandbox on port 3000

Use In Code

To consume the sandbox as a package, require the module and start the server:

var esandex = require('esandex');

var sandbox = esandex.create();
sandbox.listen(3000, function () {
  console.log('sandbox started at http://localhost:3000/');
}

FAQs

Package last updated on 19 Oct 2014

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