Arvinth Vijayanathan

Results 3 comments of Arvinth Vijayanathan

Using node.js and this code snippet I get blank alerts and jams : const request = require('request') request.get('http://localhost:8080/waze/traffic-notifications?latBottom=43&latTop=44&lonLeft=-80&lonRight=-79', function(err, res, body){ console.log("start"); if(err){ console.log(err); }else{ console.log(body); } })

I tried more specific coordinates and ensured there is a traffic jam there. But I still get blank alerts and jams.