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
- Host: GitHub
- URL: https://github.com/lookfirst/bitfinex-promise
- Owner: lookfirst
- Created: 2014-05-02T02:27:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T14:58:08.000Z (almost 8 years ago)
- Last Synced: 2024-08-09T23:23:41.267Z (almost 2 years ago)
- Language: CoffeeScript
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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