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

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.

Awesome Lists containing this project

README

          

# Crypto-Dash

[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity "Repo Maintained")
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/akashchouhan16/ "github.com/akashchouhan16")
[![made-for-VSCode](https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg)](https://code.visualstudio.com/ "VSCODE")
[![GitHub issues](https://img.shields.io/github/issues/akashchouhan16/Crypto-Dash.svg)](https://github.com/akashchouhan16/Crypto-Dash/issues)
[![GitHub stars](https://img.shields.io/github/stars/akashchouhan16/Crypto-Dash.svg?style=social)](https://github.com/akashchouhan16/Crypto-Dash/stargazers) ![GitHub last commit](https://img.shields.io/github/last-commit/akashchouhan16/Crypto-Dash.svg)

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**

## ![Preview](./assets/terminalOutput.gif)

---

## 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")

[![forthebadge](https://forthebadge.com/images/badges/cc-0.svg)](https://github.com/akashchouhan16/Crypto-Dash "© Akash Chouhan")

### Version

**[1.0.1](https://github.com/akashchouhan16/Crypto-Dash "Version")**

### License

**[MIT](./LICENSE "View LICENSE")**