Skip to content

tumispro/ns-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ns-api

NS API Module written in Node.js

How to use

var NS = require('./src/ns');

NS.Auth('API Username', 'API Password');

NS.getStations(function(stations) {
  return stations; // List of stations
});

Documentation

The documentation can be found here: http://ns.nl/api/api

(c) 2015 Jesse Reitsma <[email protected]>

About

NS API Module written in Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published