DigitalHistory / 03-js-dom

Javascript, DOM, and Data Assignment for Digital History
0 stars 4 forks source link

rewrite generator to use jsdom #2

Open titaniumbones opened 5 years ago

titaniumbones commented 5 years ago

Generator/01-index-generator-from-data.js uses cheerio instead of jsdom.

Time to switch so we can get rid of cheerio dependency. Unfortunately, though, jsdom + jquery is way heavier than cheerio... hmm. Gotta think on this.