const { webmention } = require('jam-my-stack'); const wmconfig = require('./_conf.js'); (async function() { // 1. send webmentions console.log("1. Sending webmentions...") const since = await webmention.send("brainbaking.com", wmconfig) console.log(` -- done`) console.log("-- all done!") })()