multidexor

1.0.2 • Public • Published

multidexor

Simple interface for collections of indexor indexes

usage

var Multidex = require('multidexor')
 
var feeds = Multidex({cursorTranslator: translator }) //where translator derives a useful cursor form the PostID 
 
getSomeFeedData(function(FeedID, posts){
  feeds(FeedID).append(posts)
})
 
feeds(FeedID) //returns indexor object

Readme

Keywords

Package Sidebar

Install

npm i multidexor

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • rt2zz