UNPKG

susd-page-parser

Version:

Turn the HTML from Shut Up And Sit Down's website into a data structure

8 lines (4 loc) 153 B
const parse = require('./') const html = require('fs').readFileSync('./test-fixtures/games-page.html') const output = parse(html) console.log(output)