Note: This no longer works.
A small experiment with Uber API to find available Uber cars around you and along with their ETAs. It uses the HTML5 Geolocation API to get the location.
A demo of this is live at: http://ubernow.herokuapp.com
-
Install dependencies
$ pip install -r requirements.txt
-
Set environment variable for
uber_server_token
export uber_server_token=XXXXXXXXXXXXXX
-
Run the script and see it live at:
http://localhost:5000
$ python app.py * Running on http://127.0.0.1:5000/ * Restarting with reloader
Feel free to fork and improve upon it. Pull requests welcome!