quizlet-fetch
v1.0.5
Published
Fetch Studyset info from Quizlet with webscraping.
Downloads
2
Readme
const { load } = require('quizlet-fetch')
(async function() {
const data = await load('https://quizlet.com/750898962/mrs-arana-spanish-2-test-2-verb-list-1-flash-cards/')
console.log(data);
})();