A CLI tool for fetching Nostale rankings using the @earlam/nosranking-module
.
To install the CLI globally, run the following command:
npm i -g @earlam/nosranking-cli
This will install the nosranking
command globally on your machine.
Once the CLI is installed globally, you can use the nosranking
command to fetch player rankings.
nosranking --region fr --server 1 --nick Earlam
-
--region <region>
: Required. Specifies the region for the rankings (e.g.,fr
,de
,en
). -
--server <server>
: Optional. Specifies the server name. -
--nick <nickname>
: Required. Specifies the player's nickname.
To see the help menu, run:
nosranking --help