UNPKG

btcaverage

Version:

Get Bitcoin price average from 13 providers. Doing math variance algorithm: if some service is broken the average not will be broken.

46 lines (45 loc) 1.03 kB
{ "name": "btcaverage", "description": "Get Bitcoin price average from 13 providers. Doing math variance algorithm: if some service is broken the average not will be broken.", "version": "0.0.8", "author": "CodersBrothers", "homepage": "https://github.com/CodersBrothers/btcaverage", "bugs": { "url": "https://github.com/CodersBrothers/btcaverage/issues" }, "keywords": [ "average", "bitcoin", "btc", "price", "btce", "coindesk", "coinbase", "bitstamp", "blockchain", "okcoin", "Bitfinex", "LakeBTC", "HitBTC", "CoinTrader", "LoyalBit", "Bitex.la", "RockTrading" ], "repository": { "type": "git", "url": "https://github.com/CodersBrothers/btcaverage.git" }, "dependencies": { "async": "^0.9.0", "q": "^1.1.2", "request": "^2.51.0", "smartaverage": "0.0.2" }, "main": "btcaverage", "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "license": "MIT" }