grove-archive-link

0.0.0 • Public • Published

grove-archive-link

Link Grove messages to the Grove archive web interface.

// config has to have username & password
var linker = require('./')(require('./config.json'));
 
// the last message that said 'yup' in the 'js' room
linker('yup', 'js', function(err, data) {
    console.log(arguments);
});

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i grove-archive-link

    Weekly Downloads

    9

    Version

    0.0.0

    License

    BSD-2-Clause

    Last publish

    Collaborators

    • tmcw