Skip to content
/ coinprice Public

A simple CLI tool for retrieving the price of a cryptocurrency.

License

Notifications You must be signed in to change notification settings

para/coinprice

Repository files navigation

Coinprice

Coinprice is a simple CLI tool written in Go that allows you to retrieve the price of a cryptocurrency.

It was created to test the CryptoCompare API and designed to be easily extended in order to support other APIs and output formatting (to be enabled via additional flags).

Usage

Flags

-coin   [Default: BTC] The symbol of the coin you want to get 
-in     [Default: USD] The currency the coin price will be expressed in 

Examples

Get the price of Ethereum in euros

coinprice -coin ETH -in EUR

Get the price of Bitcoin Cash in US dollars

coinprice -coin BCH -in USD

About

A simple CLI tool for retrieving the price of a cryptocurrency.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages