openaustralia

0.0.1 • Public • Published

openaustralia

Node.js bindings for the http://openaustralia.org/ API.

Installation

This module is installed via npm:

$ npm install openaustralia

Example Usage

var OpenAustralia = require('openaustralia');

var api = new OpenAustralia('SAMPLEAPIKEY');
api.getRepresentatives({ search: 'Abbott' }, function(err, data) {
  console.log(err, data);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i openaustralia

Weekly Downloads

1

Version

0.0.1

License

BSD-3-Clause

Last publish

Collaborators

  • brotchie