Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 397 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 397 Bytes

bitfinex-promise

node.js wrapper for bitfinex cryptocurrency exchange api using promises

npm install bitfinex-promise
Bitfinex = require('bitfinex-promise')
bf = new Bitfinex('key', 'secret')
bf.ticker('btcusd').then (result) ->
  console.log result

Pull requests and donations welcome: 1KUeUSKN31bPZHvFQ4G9MYRo3VBSsRKR3m