An open API service indexing awesome lists of open source software.

https://github.com/sharedstreets/trip-flows

experimental trip flow aggregator
https://github.com/sharedstreets/trip-flows

Last synced: over 1 year ago
JSON representation

experimental trip flow aggregator

Awesome Lists containing this project

README

          

# trip-flows
experimental trip flow aggregator
---

![](sample.png)

## install

_dependencies do not compile on Windows!_

```sh
npm i -g trip-flows
```

## use

### build

```sh
trip-flows build \
--bbox "-74.20303344726562,40.531545551348394,-73.55484008789062,41.017210578228436" \
--traces ./traces.json
```

### serve

```sh
trip-flows serve
open localhost:5000
```