Instantly share code, notes, and snippets.

Embed
What would you like to do?
Plugin.find({ /* search goes here */ }, function (err, plugins)
{
if (err) console.log(err);
res.render('index', { title: 'Home', plugins: plugins });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment