Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elC0mpa/Crypto-Info-CLI
- Owner: elC0mpa
- Created: 2020-09-14T15:09:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T16:14:43.000Z (over 3 years ago)
- Last Synced: 2024-10-31T09:50:28.709Z (8 days ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)