Puppeteer application for crawling uber and lyft for tax information
Go to file
PAlexanderFranklin 1659fa65a9 Improve processed data
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.
2023-11-12 00:06:48 -08:00
src Improve processed data 2023-11-12 00:06:48 -08:00
.gitignore Add a basic extra get 2023-09-01 23:31:17 -07:00
.prettierrc Import basic puppeteer code 2023-08-30 15:23:10 -07:00
LICENSE initial commit 2023-08-30 15:00:52 -07:00
options.json.example Print to file 2023-08-31 22:41:48 -07:00
package-lock.json Import basic puppeteer code 2023-08-30 15:23:10 -07:00
package.json add src folder 2023-08-30 17:31:14 -07:00
README.md Refactor site navigation and trip processing 2023-11-11 23:46:45 -08:00

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