gothrones
v1.0.0
Published
Game of thrones wiki on the terminal
Downloads
0
Readme
Installation
via npm :package:
npm install --g gothrones
Usage
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
name|c <characterName> Search for a particular character
house|h <houseName> Search for a particular house
random-character|rc Get a random character
random-house|rh Get a random house
Examples:
gothrones name 'jon snow'
gothrones house 'house stark of winterfell'
gothrones random-character
gothrones random-house
Thanks:
- An API of Ice And Fire for providing the API used in this project.