Skip to content

Instantly share code, notes, and snippets.

@palnes
palnes / cow.js
Last active August 29, 2015 14:16 — forked from runeh/cow.js
"use strict";
var highland = require("highland");
var request = require("request-promise");
var promiseToStream = highland;
var arrayToStream = highland;
var pollerToStream = highland;
function cowPageGenerator(url) {
var page = 1;