bitstamp-vwap
Version:
Calculates and draws VWAP from Bitstamp.net
25 lines (24 loc) • 484 B
JSON
{
"name": "bitstamp-vwap",
"version": "0.2.0",
"author": "Juuso Haavisto <juuso@mail.com>",
"description": "Calculates and draws VWAP from Bitstamp.net",
"repository": {
"type": "git",
"url": "https://github.com/9uuso/bitstamp-vwap.git"
},
"keywords": [
"btc",
"bitstamp",
"vwap",
"weighted price"
],
"dependencies": {
"request": "~2.27.0",
"node-highcharts": "0.0.2"
},
"license": "MIT",
"engines": {
"node": ">=0.6"
}
}