https://github.com/jadlers/gonow
CLI to plan trips with SL in Stockholm
https://github.com/jadlers/gonow
cli go public-transportation
Last synced: about 1 month ago
JSON representation
CLI to plan trips with SL in Stockholm
- Host: GitHub
- URL: https://github.com/jadlers/gonow
- Owner: jadlers
- License: mit
- Created: 2018-04-29T18:14:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T15:11:42.000Z (over 3 years ago)
- Last Synced: 2025-02-05T01:44:21.605Z (8 months ago)
- Topics: cli, go, public-transportation
- Language: Go
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gonow
CLI to search for trips with SL in Stockholm
## Installation
To use the tool you'll need two API-keys for "SL Platsuppslag" and "SL
Reseplanerare 3.1". Apply for the keys by creating a project at
[trafiklab.se](https://www.trafiklab.se/node/add/project).Copy the
[`.env.example`](https://github.com/jadlers/gonow/blob/master/.env.example) file
to a new file called `.env` and add the API-keys from the project you created.Run `make install` to install or `make build` to build the binary.