Skip to content

Instantly share code, notes, and snippets.

@nicohvi
Created November 20, 2014 06:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicohvi/407259beb90e94a1ffea to your computer and use it in GitHub Desktop.
Save nicohvi/407259beb90e94a1ffea to your computer and use it in GitHub Desktop.
var responseMetastream = requestStream
.map(function(requestUrl) {
return Rx.Observable.fromPromise(jQuery.getJSON(requestUrl));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment