UNPKG

just-nu

Version:

Antal JUST NU på Aftonbladet

13 lines (11 loc) 230 B
const justNu = require('./index.js'); (async () => { try { const data = await justNu(); console.log(JSON.stringify(data)); process.exit(0); } catch (error) { console.log(error); process.exit(1); } })();