0.1.3 • Published 8 years ago

fishmonger v0.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

fishmonger

Use

Ticker data

Makes an HTTP request and returns current ticker data from vendor.

const fishmonger = require('fishmonger');

// Returns a promise
fishmonger.btce.getTicker()
.then( result => console.log(result) );

// Use in co / koa style
let result = yield fishmonger.bitfinex.getTicker();
console.log(result);

// Array of available vendors
fishmonger._list;

Available vendors

vendors/

Release notes

v0.1.0 - Basic BTCUSD ticker functionality

Contributing

Please follow .eslintrc.yml file as a guide. Welcome any additions to vendor list.

Author

Daniel K O'Leary

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.0

8 years ago