Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api breaking: return tweets as a JSON stream #2

Closed
hackergrrl opened this issue Dec 16, 2015 · 1 comment
Closed

api breaking: return tweets as a JSON stream #2

hackergrrl opened this issue Dec 16, 2015 · 1 comment

Comments

@hackergrrl
Copy link
Owner

No description provided.

@hackergrrl
Copy link
Owner Author

This seems like unnecessary complexity (remember: node streams are complex) if the size is always bounded. (Which it is today, because this just scrapes HTML.)

You can consume this today in a stream-like fashion using pull-streams' pull.values(). If the list was eventually to be unbounded, then a lazy pull stream could be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant