Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deekay1712/crypto-market-cli

This is a simple npm package to get information about cryptocurrencies price.
https://github.com/deekay1712/crypto-market-cli

javascript npm-package react-ink

Last synced: 25 days ago
JSON representation

This is a simple npm package to get information about cryptocurrencies price.

Awesome Lists containing this project

README

        

# crypto-market-cli

This is a simple npm package to get information about cryptocurrencies price. It uses the [CoinGecko](https://www.coingecko.com/en/api/documentation) API to get information.

## Instructions

```
$ npm install --global crypto-market-cli
```

## CLI

```
Usage
$ crypto-market-cli

Options
--coins "coins name separated by space"

Examples
$ crypto-market-cli --coins="tenset bitcoin gala"
```
## Screenshots

![ss1](https://user-images.githubusercontent.com/80641727/178135138-3a9fa67e-4544-4c88-bb96-295d9e009920.png)
![ss2](https://user-images.githubusercontent.com/80641727/178135140-cbaf8262-d370-4978-9636-c79852b6dc9d.png)

## You're good to go! :rocket: