/chffr-api

API to access chffr data!

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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