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

https://github.com/adhityaramadhanus/sigalt

Monitor latest market activity of cryptocurrency (only support bitcoin.id exchange)
https://github.com/adhityaramadhanus/sigalt

cryptocurrency monitoring nodejs

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
----------------
```bash
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
```bash
$ sigalt monit BCHIDR
```

In Action
----------------
![In-Action](https://user-images.githubusercontent.com/5761975/32696495-188b140e-c7ac-11e7-9ea3-8050f6d7c529.png)

License
----

MIT © [Adhitya Ramadhanus]