UNPKG
waze-travel-time
Version:
latest (0.0.3)
0.0.3
0.0.2
Calculates travel time via the Waze API
github.com/InterAl/waze-travel-time
InterAl/waze-travel-time
waze-travel-time
/
test.js
5 lines
(4 loc)
•
153 B
JavaScript
View Raw
1
2
3
4
5
var
crosstime =
require
(
"./crosstimeFetcher"
); crosstime.
getCrossTime
(
"Hertzeliya"
,
"Tel Aviv"
).
then
(
function
(
time
) {
console
.
log
(time); });