https://github.com/praneshr/crypto-info
All cryptocurrency price, conversion and market info
https://github.com/praneshr/crypto-info
bitcoin cli cli-tool cryptocurrency ethereum nodejs ripple stellar
Last synced: about 1 year ago
JSON representation
All cryptocurrency price, conversion and market info
- Host: GitHub
- URL: https://github.com/praneshr/crypto-info
- Owner: praneshr
- License: mit
- Created: 2018-02-27T14:18:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T21:19:12.000Z (about 8 years ago)
- Last Synced: 2025-04-12T16:13:10.552Z (about 1 year ago)
- Topics: bitcoin, cli, cli-tool, cryptocurrency, ethereum, nodejs, ripple, stellar
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crypto Info
A simple CLI tool for crypto conversions, info and market details

## Install
``` bash
yarn global add crypto-info
# or
npm i crypto-info -g
```
## Usage
``` bash
$ crypto-info -h
Usage: crypto-info [options] [command]
Cryptocurrency converter and market info
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
convert|c Convert fiat to crypto or crypto to fiat or crypto to crypto
price|p [fiat_symbol] Check price of a cryptocurrency in other cryptocurrency or fiat
market|m [options] [fiat_symbol] Cryptocurrency market details
Examples:
$ crypto-info convert 30 XRP ETH
$ crypto-info c 640 XLM INR
$ crypto-info c 100 USD BTC
$ crypto-info price ETH
$ crypto-info p ETH EUR
$ crypto-info market INR
$ crypto-info m INR --limit 25 --watch
$ crypto-info m ETH --only xlm,xrp,btc,ltc
```
## Info
All data are obtained from [coinmarketcap](https://coinmarketcap.com) . There is a rate limit of 10 requests per minute.
## License
MIT