Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elC0mpa/Crypto-Info-CLI

CLI tool to gather important information about some crypto currencies
https://github.com/elC0mpa/Crypto-Info-CLI

Last synced: 2 days ago
JSON representation

CLI tool to gather important information about some crypto currencies

Awesome Lists containing this project

README

        

# Crypto CLI tool

Console tool created to gather crypto currencies information from Coingecko API. Its main purpose is to present market data about crypto currencies and their evolution over time.

![](Demo.png)

## Main features

- Friendly console user interface
- Saves your preferences
- User can select between the 8 major currencies or bitcoin to show its data

## Gathered crypto currencies

- Bitcoin
- Ethereum
- G999
- Tether
- Tron
- Monero
- Dash
- Litecoin
- Dogecoin

## Installation

```javascript
npm i -g crypto-tool
```

## Basic usage

Once it has been installed, you only need to execute the CLI command:

```javascript
$ > crypto - tool;
```

## Copyright

[MIT](../LICENSE.md) © [José Gabriel Companioni Benítez (elC0mpa)](https://github.com/elC0mpa)