🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

nzta_traffic

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nzta_traffic

module to make calls to nzta traffic api for travel times

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

NZTA TRAFFIC MODULE

There are two ways to use this module:

  • Normal node module in an app
  • As command line tool

####Make sure you have api access: https://infoconnect.highwayinfo.govt.nz/opencms/opencms/InfoConnect/for-developers/index.html

To install for #1:

  • npm install nzta_traffic
  • set up config/nztaConfig.json as per the nztaConfigjson.example

call getTravelTime("journe_ref") any where in you node app! AKL-SH1-NB-RNM is an example journey ref.

So for example: getTravelTime("AKL-SH1-NB-RNM");

it will return json: { name: 'AKL-SH1-NB-RNM', averageSpeed: '84.34', minutes: '35', pollDateTime: '2014-11-12T21:54:13.227+13:00' }

To install for #2:

  • npm install nzta_traffic
  • set up nztaConfig.json as per the nztaConfigjson.example

Then NODE_ENV=test node traffic.js AKL-SH1-NB-RNM and it will log the json above to console

Keywords

nzta

FAQs

Package last updated on 12 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts