API to access chffr data!
JavaScript HTML CSS Python
Switch branches/tags
Nothing to show
Latest commit 427d1c8 May 10, 2017 George Hotz open source the can explorer

README

The public chffr API. Get access to your data. Do cool things with it!

== Install requirements with ==
# pip install -r requirements.txt

== Log in with ==
# ./get_chffr_token.py
This creates a token so you only have to log in once.
We have similar code on the backend of beta.comma.ai
You can pass this token to the client and use it from the web.

== Demo API with ==
# ./fetch_chffr_data.py
Get your routes and your pictures!

== Run explorer with ==
# cd explorer
# python -m SimpleHTTPServer

And visit localhost:8000