Skip to content

Instantly share code, notes, and snippets.

@peyo
Last active April 24, 2020 18:50
Show Gist options
  • Save peyo/f81d08c161feab61b7191be4d511e3b7 to your computer and use it in GitHub Desktop.
Save peyo/f81d08c161feab61b7191be4d511e3b7 to your computer and use it in GitHub Desktop.
--- TL;DR ---
For this capstone, I’m building an app that allows car owners to see what issues they have based on onboard diagnostics (OBD) codes.
--- Name ---
Project Mech
--- See this doc for more details ---
https://docs.google.com/document/d/14DH9sojt_ebFPfP1OBgmvAhqDO5kGivV-VqpP1tiryE/edit?usp=sharing
--- Things I will be doing for this capstone ---
- Building a database of all P-type codes minus vehicle specific codes.
- Building a user interface where users can see (1) the current vehicle type and (2) OBD code and what it means.
--- Things I will not be doing for this capstone ---
- Figuring out how to connect the onboard diagnostics (OBD) scanner to the API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment