Skip to content
This repository has been archived by the owner on Nov 23, 2022. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 1.04 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.04 KB

GasBuddy Project

TBC

Authors

How to use the data collection app

Development version

To use the data collection app, you may use the development version by cloning this repository and running it. This approach requires that you install Node.js, yarn, and all the necessary dependencies.

After downloading Node.js and yarn you would do the following:

$ cd data-collection-app
$ yarn
$ yarn dev

Production version

You may download the executable for your platform:

Downloading the images in a JSON

Use the package built to download images.

$ cd image-collection
$ npm install
$ node index.js -i <JSON file> -o <output directory>