@grigoryevandrey/convert
Advanced tools
A cli tool to convert one currency into another using CoinMarketCap API
Weekly downloads
Changelog
1.0.4
This is the first release of convert cli tool.
Readme
Easy to use cli for fetching quotes from CoinMarketCap.
npm i -g @grigoryevandrey/convert
To get help, use:
convert -h
To use this cli, you must provide your CoinMarketCap API key in CMC_API_KEY
environment variable:
export CMC_API_KEY=<my_api_key>
Before using, make sure you have exported API key to enviroment variable.
convert <from_ticker> <to_ticker>
Regular usage:
convert BTC USD 10
You can omit amount, thus it will be set to 1:
convert BTC USD
A cli tool to convert one currency into another using CoinMarketCap API
The npm package @grigoryevandrey/convert receives a total of 6 weekly downloads. As such, @grigoryevandrey/convert popularity was classified as not popular.
We found that @grigoryevandrey/convert demonstrated a healthy version release cadence and project activity. It has 1 open source maintainer collaborating on the project.