Skip to content

rt2zz/multidexor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Simple interface for collections of indexor indexes

Resources

Stars

Watchers

Forks

Packages

No packages published