Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darashi/node-twitter-raw-stream
https://github.com/darashi/node-twitter-raw-stream
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/darashi/node-twitter-raw-stream
- Owner: darashi
- License: mit
- Created: 2012-03-12T06:42:07.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-12T07:34:24.000Z (almost 13 years ago)
- Last Synced: 2024-12-08T15:40:50.758Z (about 1 month ago)
- Language: CoffeeScript
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)