AdhityaRamadhanus / sigalt

Monitor latest market activity of cryptocurrency (only support bitcoin.id exchange)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sigalt

Monitor latest market activity of cryptocurrency (only support bitcoin.id exchange)

Installation | Usage | In Action | License

sigalt is cli tools to monitor latest market activity in cryptocurrency

Currenty it only supports bitcoin.id exchange

Installation

  • git clone
  • npm i
  • make alias in bash (optional)
  echo "alias sigalt='node ${PWD}/app.js'" >> ~/.bash_aliases && source ~/.bash_aliases

Usage

Usage: app [options] [command]


  Options:

    -V, --version  output the version number
    -h, --help     output usage information


  Commands:

    monit [options] [coinName]  Monitor latest market activity on this cryptocurrency 
  • Example, BCHIDR is bitcoin.id Code for Bitcoin cash to Indonesian Rupiah Market
$ sigalt monit BCHIDR 

In Action

In-Action

License

MIT © [Adhitya Ramadhanus]

About

Monitor latest market activity of cryptocurrency (only support bitcoin.id exchange)

License:MIT License


Languages

Language:JavaScript 100.0%