Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
GregEremeev committed May 9, 2024
1 parent d98d108 commit 1c44292
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# coinmarketcap-cli
coinmarketcap-cli is a client that provides basic information about cryptocurrencies using public CoinMarketCap API

## Installation

```
go install github.com/GregEremeev/coinmarketcap-cli
```

## Usage

```ssh
coinmarketcap-cli table
```
<img src="pictures/table_cmd_example.png">

```ssh
coinmarketcap-cli table --number 3 --offset 5
```
<img src="pictures/table_cmd_with_parameters_example.png">
Binary file added pictures/table_cmd_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pictures/table_cmd_with_parameters_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1c44292

Please sign in to comment.