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

Dependents (0)

Package Sidebar

Install

npm i ticker-tape

Weekly Downloads

2

Version

0.0.0

License

ISC

Last publish

Collaborators

  • gsw