https://github.com/projectbarks/comma-ai-visualize
https://github.com/projectbarks/comma-ai-visualize
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/projectbarks/comma-ai-visualize
- Owner: ProjectBarks
- Created: 2018-03-26T06:09:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T13:56:05.000Z (almost 8 years ago)
- Last Synced: 2025-03-04T10:46:23.708Z (11 months ago)
- Language: JavaScript
- Size: 27.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Comma.AI Visualizer
A simple react app that will display 1,000 trips from the SF Bay Area, each of which is a JSON file containing an array of coordinates and speed sampled at once per second. Ultimately creating a interactive map visualizing the distribution of speeds along trips recorded with our dash cam app Chffr.

*You can also find a video demo of the application [here](https://drive.google.com/file/d/1v-TLlvxP4YQXIeShOHzNi8RzBbZtWnSl/view?usp=sharing)*
## Features
* React 16
* Webpack 4
* Babel
* Staging ES Next Features
* Hot Module Replacement
## Installation
* `git clone https://github.com/ProjectBarks/comma-ai-visualize.git`
* cd comma-ai-visualize
* npm run builddb
* npm start
## Requirements
- PostgreSQL
- Set the following environment variables: `PGHOST=localhost; PGPORT=5432; PGDATABASE=comma`
- Node v9.0.0