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);
    });
});

Dependents (0)

Package Sidebar

Install

npm i baloo

Weekly Downloads

2

Version

0.0.2

License

LGPL2

Last publish

Collaborators

  • vhanda