Skip to content

christophercliff/node-openpaths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
    
});

About

A Node.js client for the OpenPaths API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published