#waze-travel-time
Calculates the travel time between 2 addresses (up to a distance of 1000 miles).
var crosstime = require("waze-travel-time");
crosstime.getCrossTime("London", "Manchester") .then(function (timeInSeconds) { console.log(timeInSeconds); });