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)

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i twitter-raw-stream

    Weekly Downloads

    4

    Version

    0.0.0

    License

    none

    Last publish

    Collaborators

    • darashi