2.1.2 • Published 3 years ago

wow-realm-status-cli v2.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

wow-realm-status-cli

NPM Maintainability XO code style

Simple console utility to check the status and info of World of Warcraft realms.

Install

npm install -g wow-realm-status-cli

Usage

$ wow-realm-status us ragnaros
Name: Ragnaros
Status: online
Population: full
Type: normal
Locale: es-MX
Timezone: CDT

wow-realm-status options \<region> \<realm>

region

The region of the realm you want to fetch. Possible values are: us, eu, kr, tw

realm

The name of the realm.

Options

-c, --classic

Used to specify if it is a classic realm, to prevent name clashing.

$ wow-realm-status us kirtonos -c
Name: Kirtonos
Status: online
Population: medium
Type: pvp
Locale: en-US
Timezone: EDT
-bc, --burningcrusade

Used to specify if it is a Burning Crusade classic realm, to prevent name clashing.

$ wow-realm-status us earthfury -bc
Name: Earthfury
Status: online
Population: high
Type: pvp
Locale: en-US
Timezone: EDT
-f, --filter <field, ...>

Used to filter the output fields. Possible values: name, status, population, type, locale, timezone

$ wow-realm-status us ragnaros -f name,status,population
Name: Ragnaros
Status: online
Population: full
-s, --simple

Used to simplify the output and hide the loading spinner.

-j, --json

Used to format the output as JSON

$ wow-realm-status us ragnaros -j
{"name":"Ragnaros","locale":"es-MX","timezone":"CDT","status":"online","type":"normal","population":"full"}
-v, --version

Displays the current installed version of this utility.

-h, --help

Displays the help.

Contributing

Contributions are always welcome! Please run npm test before hand to ensure everything is ok.

Support

If you use this package please consider starring it :)

Related

2.1.2

3 years ago

2.1.1

3 years ago

2.1.0

3 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago