Skip to content

MoulinLouis/cryptodex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptodex - CLI

Preview CLI

How to use

git clone https://github.com/MoulinLouis/cryptodex.git
cd cryptodex && npm install && npm link

Features

General

  1. Command Line Interface
  2. Handle API key with https://nomics.com
  3. Check cryptocurrency price

Commands

// set your API key
cryptodex key set

// show your current API key
cryptodex key show

// remove your current API key
cryptodex key remove

/*
 * check the cryptocurrency price
 * optionnal : --coin=BTC,ETH,BNB 
 * (default = BTC,ETH,BNB,XRP,ADA)
 *
 * optionnal : --cur=EUR
 * (default = USD)
 *
*/
cryptodex check price

Todo-list

  1. WIP

Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published