fake-rates

0.1.2 • Public • Published

fake-rates

How to install

npm install fake-rates

How to use

rates = require('fake-rates');

rates.on('USDEUR', function(update) {
  console.log('bid:', update.bid);
});

// bid: 0.766617
// bid: 0.766504
// bid: 0.766491
// ...

rates is a plain node.js event emitter and can be used as such (subscribing, unsubscribing etc).

rates.on(currency, listener)

currency can be any of the standard currency pairs ('USDJPY', 'USDEUR' etc), plus 'all' to get updates on all pairs.

listener is called on update with an update object. It has the properties update.currencyPair, update.bid and update.offer.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i fake-rates

      Weekly Downloads

      1

      Version

      0.1.2

      License

      BSD

      Last publish

      Collaborators

      • trevorah