Skip to content

Commit

Permalink
Merge branch 'goodbye-greenkeeper'
Browse files Browse the repository at this point in the history
  • Loading branch information
fnogatz committed Mar 22, 2020
2 parents 01c7a08 + c2d50f6 commit aa21132
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
@@ -1,14 +1,12 @@
# transportation

[![Greenkeeper badge](https://badges.greenkeeper.io/fnogatz/transportation.svg)](https://greenkeeper.io/)

Import [GTFS](https://developers.google.com/transit/gtfs/reference) data into a semantic model

![Screenshot](screenshot.png)

## Installation

```shell
```sh
npm install transportation
```

Expand Down Expand Up @@ -53,7 +51,7 @@ transportation provides a replacement for node's `console` by using [tconsole](h

## Command Line

```shell
```sh
npm install -g transportation
```

Expand All @@ -63,7 +61,7 @@ transportation provides a binary `transportation`. It supports the following com

Prints all vehicles' positions of a specific date as GeoJSON linestrings with time components:

```shell
```sh
transportation positions /path/to/gtfs/dir
```

Expand Down

0 comments on commit aa21132

Please sign in to comment.