twitter-raw-stream

0.0.0 • Public • Published

Twitter Raw Stream

Usage

TwitterRawStream = require('twitter-raw-stream')

stream = TwitterRawStream('username', 'password')
stream.on 'data', (raw, message) ->
  console.log(raw)
  console.log(message)

Readme

Keywords

none

Package Sidebar

Install

npm i twitter-raw-stream

Weekly Downloads

1

Version

0.0.0

License

none

Last publish

Collaborators

  • darashi