baloo

0.0.2 • Public • Published

Node-Baloo

Node-Baloo provides node.js bindings for Baloo.

var Baloo = require('baloo');
 
var query = new Baloo.Query('keyword');
query.exec(function(results) {
    results.forEach(function(filePath) {
        console.log(filePath);
    });
});

Readme

Keywords

Package Sidebar

Install

npm i baloo

Weekly Downloads

1

Version

0.0.2

License

LGPL2

Last publish

Collaborators

  • vhanda