Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

grove-archive-link

tmcw8BSD-2-Clause0.0.0

a grove archive linker

grove, chat, irc, link, api, history

readme

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