Skip to content

dkoleary88/fishmonger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published