btcreader

0.1.0 • Public • Published

bitcoin-reader (WIP)

bitcoin-reader is an attempt to aggregate bitcoin prices from various markets and share them via socket.io.

Install

$ npm install bitcoin-reader

Supported Markets

Data

Markets return data in different formats. Bitcoin Reader is trying to normalize it to a common structure:

{ market: [{ currency: { buy: value, sell: value }} ]}

For example:

{
  mtgox: [
    { btc_usd: { buy: 834, sell: 833.9 } }
  ]
},
{ 
  btce: [ 
    { ltc_usd: { buy: 24.33994, sell: 24.26698 } },
    { btc_usd: { buy: 834, sell: 833.9 } }
  ]
}

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i btcreader

    Weekly Downloads

    1

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • mkuklis