An open API service indexing awesome lists of open source software.

https://github.com/lookfirst/bitfinex-promise

node.js wrapper for bitfinex cryptocurrency exchange api using promises
https://github.com/lookfirst/bitfinex-promise

Last synced: 12 months ago
JSON representation

node.js wrapper for bitfinex cryptocurrency exchange api using promises

Awesome Lists containing this project

README

          

bitfinex-promise
================

node.js wrapper for [bitfinex cryptocurrency exchange api](https://www.bitfinex.com/pages/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