highland-pagination

Installation instructions
HighlandPagination = require "highland-pagination"
action = (page = null) ->
getPage(page).then (items) ->
{ items, nextToken }
aHighlandStream = new HighlandPagination(action).stream()
HighlandPagination = require "highland-pagination"
action = (page = null) ->
getPage(page).then (items) ->
{ items, nextToken }
aHighlandStream = new HighlandPagination(action).stream()
Bytes is a JavaScript newsletter you'll actually enjoy reading.
Delivered every Monday, for free.