https://github.com/ariebovenberg/nessie
(work in progress) CLI for NS (dutch railways) API
https://github.com/ariebovenberg/nessie
Last synced: 3 months ago
JSON representation
(work in progress) CLI for NS (dutch railways) API
- Host: GitHub
- URL: https://github.com/ariebovenberg/nessie
- Owner: ariebovenberg
- License: apache-2.0
- Created: 2020-10-18T19:32:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-25T10:15:18.000Z (about 4 years ago)
- Last Synced: 2025-01-11T11:48:06.776Z (4 months ago)
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🦕 Nessie
(work in progress) CLI for the NS API.
A toy project to experiment with go.# Requirements
- go
- A valid NS API key, subscribed to the "Ns-App" product.
See [here](https://apiportal.ns.nl/startersguide).# Setup
```bash
go build
```# Run
```bash
./nessie -station Delft
```# Development guide
## Debugging with delve
```bash
go get github.com/go-delve/delve/cmd/dlv
dlv exec ./nessie -- [command line options]
```