Socket
Socket
Sign inDemoInstall

nzta_traffic

Package Overview
Dependencies
3
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nzta_traffic

module to make calls to nzta traffic api for travel times


Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Install size
265 kB
Created
Weekly downloads
 

Readme

Source

NZTA TRAFFIC MODULE

There are two ways to use this module:

  1. Normal node module in an app
  2. 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:

  1. npm install nzta_traffic
  2. 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:

  1. npm install nzta_traffic
  2. 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

FAQs

Last updated on 12 Nov 2014

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc