Unofficial implementation of the client, which gets information about a port using the Speedguide database.

Marek Küthe 43e7e25a10 initial commit 7 months ago
.gitignore aef651f211 Initial commit 7 months ago
LICENSE aef651f211 Initial commit 7 months ago
README.md 43e7e25a10 initial commit 7 months ago
speedguide 43e7e25a10 initial commit 7 months ago

README.md

SpeedguideCli

Unofficial implementation of the client, which gets information about a port using the Speedguide database.

Speedguide Port Database: https://www.speedguide.net/ports.php

Usage

Get information about port 1:

$ /path/to/speedguide 1

Installation

Required gems:

  • async-http
    • Needed to send the request to the Speedguide port database
  • nokogiri
    • Required to interpret the response of the database
$ wget https://codeberg.org/mark22k/SpeedguideCli/raw/branch/main/speedguide
$ chmod +x speedguide