UNPKG

honda-moto-scrape

Version:

this tool scrapes data for motos and scooters (from honda.es) site and returns them as JSON object

6 lines 199 B
const Honda = require('./honda-scrape'); const cheerio = require('cheerio') const debug = require('debug')('honda') const honda = new Honda(cheerio, {concurrency: 3}) honda.scrapeAll() .then(debug())