Move setting unparsed data to cards before breakdown so that a successful breakdown overwrites cards. Label what kind of data unparsed data is. Condense string filters into arrays.
Puppeteer application for crawling uber and lyft for tax information
SetUp
Start by copying options.json.example, removing the .example and filling in the options.
Run npm ci inside of the directory.
run node ./src/index.js
Description
Languages
JavaScript
100%