grove-archive-link

a grove archive linker

Usage no npm install needed!

<script type="module">
  import groveArchiveLink from 'https://cdn.skypack.dev/grove-archive-link';
</script>

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