All Projects → Nimrod007 → waze-api

Nimrod007 / waze-api

Licence: other
query waze (www.waze.com) for live traffic notifications and route planning. waze api made easy

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
PHP
23972 projects - #3 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to waze-api

WazeCCPProcessor
Waze WARP takes your CCP data feed and processes it into your cloud provider for access, analysis, and visualization. An Open Government Coalition (OGC) project. @GovInTheOpen
Stars: ✭ 80 (-15.79%)
Mutual labels:  waze

waze api - wrapping waze live map

3 steps and your up & running!

1) download waze-server
2) run the server (port 8080) :
java -jar waze-server.jar server
3) send a request:
curl -v "http://localhost:8080/waze/routesWithDirections?end=156+5th+Avenue%2C+New+York%2C+NY+10010&start=6+East+57th+Street%2C+New+York%2C+NY+10022" -H "Accept: application/json"
documentation (full list of supported requests) - link
list of all end-points with curl examples - link

advance usage:

using the the waze service (no server) - link
run the server with custom port:
java -Ddw.server.applicationConnectors[0].port=9090 -Ddw.server.adminConnectors[0].port=9091 -jar waze-server.jar server
run the server with custom config (see conf.yml for example):
java -jar waze-server.jar.jar server conf.yml
http://www.nimrodstech.com
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].