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

Marek Küthe 43e7e25a10 initial commit před 7 měsíci
.gitignore aef651f211 Initial commit před 7 měsíci
LICENSE aef651f211 Initial commit před 7 měsíci
README.md 43e7e25a10 initial commit před 7 měsíci
speedguide 43e7e25a10 initial commit před 7 měsíci

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