postcodesoftware
Node.js interface to PostcodeSoftware.net
Introduction
PostcodeSoftware is an asynchronous javascript client for PostcodeSoftware.net.
Synopsis
var assert = ; // For our demo herevar PostcodeSoftware = ;var ps = account: "test" password: "test";ps;ps;
Installation
$ npm install postcodesoftware
Testing
After cloning the repository and installing the dependencies, you can run all the tests using Mocha.
$ npm test
or
$ mocha test/tests.js