From 0c836dab9afdb238b12651239240da9fe14bd5d1 Mon Sep 17 00:00:00 2001 From: PAlexanderFranklin Date: Sat, 27 Jan 2024 21:03:06 -0800 Subject: [PATCH] Add running instructions --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d23700..c9a4561 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ -Puppeteer application for crawling uber and lyft for tax information +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` +# Running the Program + +Edit options.json +Run `node ./src/index.js` +Rename uberResults.json to whatever the uberPath in options.json is. +Run `node ./src/generateCSV.js` +You should now have a CSV file.