vishishtpriyadarshi / cryptoCLI

A CLI tool to fetch data for a Cryptocurreny App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cryptoCLI

A Command Line Tool to interact with an API and fetch cryptocurrencies data to work with.

Setting Up Development Environment

npm install   
npm link

Usage -

As of now, CLI tool is able to execute following commands:

Options:
	-V, --version						Display the version number
	-h, --help						Display help for the commands
	
Commands:
	key [command]						Manage API Key
	key set							Set API Key
	key show						Display API Key
	key remove						Remove API Key
	key check --coin=[coin_name] --curr=[currency_type]	Check price of specified coin in specified currency
	help [command]						Display help for specified command

LICENSE

MIT

About

A CLI tool to fetch data for a Cryptocurreny App


Languages

Language:JavaScript 100.0%