Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craftamap/iceportal-api
iceportal-api is a Golang client implementation to interact with the REST API of iceportal.de when connected to the WiFi-Network offered in German ICE Trains.
https://github.com/craftamap/iceportal-api
Last synced: 3 months ago
JSON representation
iceportal-api is a Golang client implementation to interact with the REST API of iceportal.de when connected to the WiFi-Network offered in German ICE Trains.
- Host: GitHub
- URL: https://github.com/craftamap/iceportal-api
- Owner: craftamap
- License: mit
- Created: 2021-10-11T21:10:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T00:45:54.000Z (over 1 year ago)
- Last Synced: 2023-07-12T12:09:44.259Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 79.1 KB
- Stars: 45
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `iceportal-api` and `iceportal-cli`
`iceportal-api` is a Golang client implementation to interact with the REST
API of `iceportal.de` when connected to the WiFi-Network offered in German ICE
Trains.`iceportal-cli` offers a nice visual representation of some of the fetched information.
![Screenshot showing the iceportal-cli application](.github/screenshot-1.png)
You can get `iceportal-cli` by running:
```
go install github.com/craftamap/iceportal-api/cmd/iceportal-cli
```