You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-12Lines changed: 5 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,18 +25,11 @@ This is an effort to help people to get their groceries in this difficult time o
25
25
26
26
## Step 0
27
27
28
-
*a)*Install `npm` and `nodejs` -
28
+
Install `npm` and `nodejs` -
29
29
To do so, go to https://nodejs.org/en/ and download any version of the binary, that will be used for installing `node` as well as `npm`. Then double click the downloaded binary and follow the instructions to install `npm` as well as `node` . To confirm the installation, open your terminal.app window and run `node -v` if that outputs a version number, then you are good to move forward.
30
30
31
-
*b)* Download (or clone) this repo by clicking the green "Clone or Download" button shown above. If you have downloaded, then unzip the downloaded folder (`delivery-finder-master`) and rename the folder to `delivery-finder`
32
-
33
31
## Step 1
34
-
Assuming you are on Mac OS, so open a terminal window and create a folder, let's say, `covid19`
35
-
```
36
-
$ mkdir covid19
37
-
$ cd covid19
38
-
```
39
-
Move the downloaded folder `delivery-finder` (as done in Step0-b above) in `covid19` folder
32
+
Download (or clone) this repo by clicking the green "Clone or Download" button shown above. If you have downloaded, then unzip the downloaded folder (`delivery-finder-master`) and rename the folder to `delivery-finder`
*IMPORTANT* - Make sure you don't close the retailer's checkout page (from where you collected the cookie) ever while this finder is running. So let the page remain opened.
110
103
111
104
## Step 5
112
-
Go to `delivery-finder` folder where the finder codebase is residing. Below is the directory structure of the code:
105
+
Go to downloaded `delivery-finder` folder where the finder codebase is residing. Below is the directory structure of the code:
113
106
114
107
```
115
108
delivery-finder
@@ -130,9 +123,9 @@ Open `auth.js` file in any editor of your choice. You will find configuration fo
130
123

131
124
132
125
## Step 7
133
-
Go to the terminal window at `/covid19/delivery-finder` folder
126
+
Go to the terminal window at `delivery-finder` folder
134
127
`You will have to open separate terminal windows for finding each retailer's availability window`
135
-
when you are at `/covid19/delivery-finder` folder, follow the step below:
128
+
when you are at `/delivery-finder` folder, follow the step below:
0 commit comments