Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 591 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 591 Bytes

README.md

setting up:

nvm use 14

npm install

  • set a maps api key
  • add some cookies to cookie-generator
  • run git update-index --assume-unchanged config/** to leave config out of index

to run npx ts-node -T src/index.ts. Outputs will go into output/ folder. To update properties searched for, add their URLs to the property URLs, and any destinations to destinations in input.json

set DEBUG=true to see logs

If you want to view these as CSV instead of JSON, run: ts-node -T src/csv_converter/index.ts <outputJSONFILEPATH> from root and it will deposit a file in csv_output.