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

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

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]
```