cdash icon indicating copy to clipboard operation
cdash copied to clipboard

A minimalist cryptocurrency portfolio dashboard for the command-line that draws market data from the Coin Market Cap API.

Results 4 cdash issues
Sort by recently updated
recently updated
newest added

Closes #7 In order for this to work, you have to register an account with coinmarketcap and add your api key to the yaml. I added an example yaml to...

``` ➜ Downloads ./cdash-darwin-amd64 Get https://api.coinmarketcap.com/v1/ticker/?convert=USD&limit=0: x509: certificate signed by unknown authority ```

Would be nice to have a column "purchase price" so you'd know how much you're up/down for each currency. **EDIT**: although I now realize that `cdash` handles in totals and...

As an alternative to adding the number of each cryptocurrency, maybe you could query APIs to determine the number based on public addresses: etherscan has an api for etherem blockchain...