https://github.com/akashchouhan16/crypto-dash
:test_tube: A command line ticker for crypto prices in INR, USD, and more.
https://github.com/akashchouhan16/crypto-dash
cryptocurrency node-cli nodejs
Last synced: 9 months ago
JSON representation
:test_tube: A command line ticker for crypto prices in INR, USD, and more.
- Host: GitHub
- URL: https://github.com/akashchouhan16/crypto-dash
- Owner: akashchouhan16
- License: mit
- Created: 2021-04-09T07:45:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T18:32:35.000Z (over 4 years ago)
- Last Synced: 2025-02-05T19:00:41.356Z (11 months ago)
- Topics: cryptocurrency, node-cli, nodejs
- Language: JavaScript
- Homepage:
- Size: 391 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Crypto-Dash
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity "Repo Maintained")
[](https://GitHub.com/akashchouhan16/ "github.com/akashchouhan16")
[](https://code.visualstudio.com/ "VSCODE")
[](https://github.com/akashchouhan16/Crypto-Dash/issues)
[](https://github.com/akashchouhan16/Crypto-Dash/stargazers) 
A Nodejs **Command line tool** using the [Nomics API](https://nomics.com "View API Site") to fetch Cryptocurrency prices in [INR,USD,EUR](https://github.com/akashchouhan16, "currency options").
## How to run the application
- **Install dependencies**
```
npm install
```
- **Navigate to `/bin` sub-directory and run**
```
node crypto.js
```
---
## CLI Parameters

---
## **Preview**
## 
---
## How to Use it?
### **Key Options**
**CMD : `node crypto.js key -h`**
View Terminal
Usage: crypto-key [options] [command]
Options:
-h, --help display help for command
Commands:
set Set API Key -- Get at https://nomics.com
show Show API Key
remove Remove API Key
help [command] display help for command
### **Check Options**
**CMD : `node crypto.js check -h`**
View Terminal
Usage: crypto-check [options] [command]
Options:
-h, --help display help for command
Commands:
price [options] Check price of coins
help [command] display help for command
### **Price & Currency Options**
**CMD : `node crypto.js check price -h`**
View Terminal
Usage: crypto-check price [options]
Check price of coins
Options:
--coin Add specific coin types in CSV format (default: "BTC,ETH,XRP")
--cur Change the currency (default: "USD")
-h, --help display help for command
---
## [Application Info](https://github.com/akashchouhan16/Crypto-Dash "Code-along Project")
[](https://github.com/akashchouhan16/Crypto-Dash "© Akash Chouhan")
### Version
**[1.0.1](https://github.com/akashchouhan16/Crypto-Dash "Version")**
### License
**[MIT](./LICENSE "View LICENSE")**