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)
- Host: GitHub
- URL: https://github.com/adhityaramadhanus/sigalt
- Owner: AdhityaRamadhanus
- License: mit
- Created: 2017-11-12T06:01:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T06:20:25.000Z (over 7 years ago)
- Last Synced: 2025-02-05T07:15:47.208Z (4 months ago)
- Topics: cryptocurrency, monitoring, nodejs
- Language: JavaScript
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 cryptocurrencyCurrenty 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 informationCommands:
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
----------------
License
----MIT © [Adhitya Ramadhanus]