Keep track of price & volume evolution for various crypto currencies
457
Keep track of price & volume evolution for various crypto currencies
This project cannot be considered in any way as trading advice.
Use it at your own risks and be careful with your money ;)
By default, data will be computed for following periods :
See documentation in doc directory for a description of websocket data
Check https://www.neotodamoon.com for a demo of the UI
NB: Heatmap Me relies on Crypto Exchanges Gateway to connect to exchanges, so you will need to deploy your own instance of Crypto Exchanges Gateway in order to use it
npm install
cp config/config.sample.json config/config.json
node index.js
It should output something similar to
1530891675933|WARN|Starting...
1530891675956|WARN|WS server is alive on 127.0.0.1:8003
If you want to use the UI, follow these steps to build the UI before starting the service :
cd ui && npm install && npm run build
You should be able to access service on ws://127.0.0.1:8003 using any ws client such as wscat
A docker image is available at https://hub.docker.com/r/apendergast/heatmap-me/
docker pull apendergast/heatmap-me
docker run --rm -p 8002:8002 -p 8003:8003 --name hm apendergast/heatmap-me
You should then be able to access service on ws://127.0.0.1:8003 using any ws client such as wscat
Following environment variables are available :
If you don't want to use environment variables or want to customize config for a running container, you can create and edit custom_config/config.json
Examples :
docker run --rm -p 8002:8002 -p 8003:8003 --name hm -e cfg.computeInterval='60' -e cfg.gateway.wsEndpoint='ws://172.17.0.1:8001' -e cfg.gateway.sessionId='mySessionId' apendergast/heatmap-me
This project was made possible thanks to following projects :
This project is a work in progress. If you find it useful, you might consider a little donation ;)
BTC: 163Bu8qMSDoHc1sCatcnyZcpm38Z6PWf6E
ETH: 0xDEBBEEB9624449D7f2c87497F21722b1731D42a8
NEO/GAS: AaQ5xJt4v8GunVchTJXur8WtM8ksprnxRZ
Content type
Image
Digest
Size
23.7 MB
Last updated
about 8 years ago
docker pull apendergast/heatmap-me