openpaths

0.0.1 • Public • Published

openpaths

A Node.js client for the OpenPaths API.

Installation

npm install openpaths

Usage

var OpenPaths = require('openpaths').OpenPaths,
    key = 'YOUR_KEY',
    secret = 'YOUR_SECRET',
    openPaths = new OpenPaths(key, secret);
 
openPaths.getLocations(function(error, data, response){
    
    console.log(data);
    
});

Readme

Keywords

none

Package Sidebar

Install

npm i openpaths

Weekly Downloads

0

Version

0.0.1

License

none

Last publish

Collaborators

  • christophercliff