Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
superextinct authored Jul 15, 2020
1 parent 16eb46b commit fd91f37
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# tripper
Convert data from SharedStreet's trip-simulator into Kepler.gl input
```
_ _
| |_ _ __ (_) _ __ _ __ ___ _ __
| __| | '__| | | | '_ \ | '_ \ / _ \ | '__|
| |_ | | | | | |_) | | |_) | | __/ | |
\__| |_| |_| | .__/ | .__/ \___| |_|
|_| |_|
```

*Convert data from SharedStreet's trip-simulator into Kepler.gl input*

## Installation
Clone the repo and install with `npm install`
Expand Down Expand Up @@ -32,3 +40,5 @@ node tripper --input="./trips.json" --output="./parsed.json"
### 3. Use with kepler.gl
Upload `parsed.json` to [kepler.gl](https://kepler.gl/demo) or use with local instance.


![Screenshot](https://user-images.githubusercontent.com/41620375/87553483-43f81980-c6b3-11ea-93fd-1b70afc15b57.png)

0 comments on commit fd91f37

Please sign in to comment.