5l1v3r1 / python-waze

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-Waze

Python class to interact with waze routing api.

Usage

from waze import Waze
w = Waze()
traveltime, distance = w.getTravelTimeAndDistance("Rodoviaria Tiete","Aeroporto de Guarulhos")
print("You'll travel {} km and will probably spent {} hours on it.".format(distance,traveltime))

About


Languages

Language:Python 100.0%