Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darashi/node-twitter-raw-stream


https://github.com/darashi/node-twitter-raw-stream

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# Twitter Raw Stream

## Usage

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

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