1.0.7 • Published 6 years ago

tramz v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Tramz

A CLI client for public transit in Sweden to make it super easy for you to search trips and/or stops, and also save them locally to make finding the next bus/tram much easier.

Installation

$ npm install -g tramz

Usage

$tramz [command]

trams trip

Will search a trip you have saved locally.

$ tramz homeToWork

tramz origin via (optional)

Will search for a trip from origin to destination, with an optional via stop.

$ tramz 'Askims Stationsväg' 'Solrosgatan' 'Nordstan'

This also works for locally saved stops.

$ tramz home work starbucks

Stops

stops

Will list the stops you have saved locally.

$ tramz stops

stops add string

Will search for a stop with a name similar to the string you provided and save it for you locally.

$ tramz stops add 'Masthuggstorget'

stops remove name

Will remove a stop that you have saved locally based on the name you assigned to it.

$ tramz stops remove home

Trips

trips

Will list the trips you have saved locally.

$ tramz trips

trips add origin via (optional)

Will search for a trip from origin to destination, with an optional via stop and then save it locally for you.

$ tramz trips add 'Askims Stationsväg' 'Solrosgatan' 'Nordstan'

trips remove name

Will remove a trip that you have saved locally based on the name you assigned to it.

$ tramz trips remove homeToWork

License

MIT © Max Sandelin

1.0.7

6 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago