JavaScript
HTML
CSS
Python
Latest commit
427d1c8
May 10, 2017
Permalink
| Failed to load latest commit information. | |||
|
|
canexplorer |
|
|
|
|
explorer |
|
|
|
|
.gitignore |
|
|
|
|
LICENSE |
|
|
|
|
README |
|
|
|
|
fetch_chffr_data.py |
|
|
|
|
get_chffr_token.py |
|
|
|
|
requirements.txt |
|
|
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