ticker-tape

0.0.0 • Public • Published

Build status Dependencies

Install

npm install --save ticker-tape

Use

var TickerTape = require('ticker-tape')
  , tape = new TickerTape()
  ;
 
tape.on('tick', function(stock) {
  console.log('Stock symbol: ' stock.symbol);
  console.log('Stock price: ' stock.price);
  console.log('Stock volume: ' stock.volume);
});

Tests

npm test

/ticker-tape/

    Package Sidebar

    Install

    npm i ticker-tape

    Weekly Downloads

    6

    Version

    0.0.0

    License

    ISC

    Last publish

    Collaborators

    • gsw