Skip to content

node.js wrapper for bitfinex cryptocurrency exchange api using promises

Notifications You must be signed in to change notification settings

lookfirst/bitfinex-promise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

node.js wrapper for bitfinex cryptocurrency exchange api using promises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •