JSPM

waze-travel-time

0.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q65387F
  • License ISC

Calculates travel time via the Waze API

Package Exports

  • waze-travel-time

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (waze-travel-time) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

#waze-travel-time

Docs

Calculates the travel time between 2 addresses (up to a distance of 1000 miles).

Usage

var crosstime = require("waze-travel-time");

crosstime.getCrossTime("London", "Manchester") .then(function (timeInSeconds) { console.log(timeInSeconds); });