Skip to content

rivasiv/chffr-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

API to access chffr data!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.6%
  • CSS 20.7%
  • HTML 15.3%
  • Python 14.4%