https://github.com/koddsson/gengi-cli
💶 A simple cli for gengi.is
https://github.com/koddsson/gengi-cli
cli gengi-cli
Last synced: about 1 year ago
JSON representation
💶 A simple cli for gengi.is
- Host: GitHub
- URL: https://github.com/koddsson/gengi-cli
- Owner: koddsson
- Created: 2016-03-27T18:12:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-29T20:16:18.000Z (about 10 years ago)
- Last Synced: 2025-04-15T12:55:19.439Z (about 1 year ago)
- Topics: cli, gengi-cli
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gengi-cli
[](https://travis-ci.org/koddsson/gengi-cli)
[](https://www.npmjs.com/package/gengi-cli)
Simple CLI for the excellent [gengi.is](http://gengi.is).
## Setup
```
npm install -g gengi-cli
```
## Usage
```
usage: gengi [-r | --round] [-h | --help]
currency: Standard three letter currency code (ISO 4217)
value: Numeric value, defaults to 1
-r | --round: Round calculated number
-h |Â --help: Show these instructions
Other available commands
gengi list Display list of all available currencies
```
### Example
```
$ gengi usd 100
12840.283
```