Members
(async, constant) wallpaperDownload
sol, moon wallpapers downloader
- Source:
Methods
(async) aboutOpts() → {Promise.<void>}
Returns:
- Type
- Promise.<void>
barColor(score) → {string}
It takes a score and a bar, and returns a color based on the score
Parameters:
Name | Type | Description |
---|---|---|
score |
number | The score of the current test. |
- Source:
Returns:
A function that takes two parameters, score and bar.
- Type
- string
barColor() → {string}
Parameters:
Type | Description |
---|---|
string |
- Source:
Returns:
- Type
- string
exitCli() → {void}
Returns:
- Type
- void
gigabyteConvert(size, baseopt) → {string}
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
size |
number | |||
base |
number |
<optional> |
1073741824 |
- Source:
Returns:
- Type
- string
(async) infoOpts() → {Promise.<void>}
Returns:
- Type
- Promise.<void>
kilobyteConvert(size) → {string}
kilobyte convert for bundlephobia pkg info
Parameters:
Name | Type | Description |
---|---|---|
size |
number | pkg sixe |
- Source:
Returns:
- result converter
- Type
- string
(async) mainMenu() → {Promise.<void>}
Returns:
- Type
- Promise.<void>
(async) queryOpts() → {Promise.<void>}
Returns:
- Type
- Promise.<void>
(async) returnMain() → {Promise.<void>}
Returns:
- Type
- Promise.<void>
(async) utilityOpts() → {Promise.<void>}
Returns:
- Type
- Promise.<void>
(async) wallpapersOpts() → {void}
Returns:
- Type
- void
(async) webOpts() → {Promise.<void>}
Returns:
- Type
- Promise.<void>
Type Definitions
Options
It takes a URL and an option as arguments, and then it scrapes the page at the URL for the option
Type:
- "title" | "images" | "metadata" | "headings" | "table_heading" | "table_data" | "links" | "cites"
- Source:
Project
types for about tools
Type:
- Object
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
Info.mainDeveloper |
string | ||
Info.version |
string | ||
Info.license |
string | ||
DeveloperList.name |
string | ||
DeveloperList.roles |
string | ||
Youtube.youtubeChannel |
string | ||
Youtube.recomendation |
string | ||
Twitch.user |
string | ||
Twitch.details |
string |
<optional> |
|
Project.name |
string | ||
Project.desc |
string |
Twitch
types for twitch info
Type:
- Object
Properties:
Name | Type | Description |
---|---|---|
Twitch.twitchUsers |
string | |
Twitch.twitchSeparator |
string | |
Twitch.twitchToken |
string | |
Twitch.twitchClient |
string |
- Source: