Skip to content

Instantly share code, notes, and snippets.

@kmsheng
Created December 14, 2015 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kmsheng/479d469b2853b6b38f52 to your computer and use it in GitHub Desktop.
Save kmsheng/479d469b2853b6b38f52 to your computer and use it in GitHub Desktop.
var ksa = require('ksana-simple-api');
ksa.filter({db: 'jiangkangyur', q: 'a'}, function(err, items) {
console.log('items', items);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment