tcr / rem

HTTP clients with middleware for Node.js and web browsers. Flexible for any HTTP request, customizable for building API clients, and supports OAuth.
MIT License
25 stars 11 forks source link

Updated Twitter examples in examples/services #91

Closed EvanSimpson closed 11 years ago

EvanSimpson commented 11 years ago

twitter.js and twitter-stream.js now work with console authentication. twitter-stream.js now streams input using carrier. twitter-userstream.js works using clarinet, but exits with error "SyntaxError: Unexpected end of input" when implemented with carrier.

tcr commented 11 years ago

Will review again come morning!

tcr commented 11 years ago

This is great!