Skip to content

Commit 08f4f05

Browse files
jjasghardceejay
authored andcommitted
Update second-flow.md (node-red#113)
Made a few things more clear for people walking through this tutorial.
1 parent e355408 commit 08f4f05

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/getting-started/second-flow.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,29 @@ Drag an Inject node onto the workspace from the palette.
1919

2020
Double click the node to bring up the edit dialog. Set the repeat interval to `every 5 minutes`.
2121

22-
Click Ok to close the dialog.
22+
Click Done to close the dialog.
2323

2424
#### 2. Add an HttpRequest node
2525

26-
The HttpRequest node can be used to retrieve a web-page when triggered.
26+
The HttpRequest node (not the first http node you see) can be used to retrieve a web-page when triggered.
2727

2828
After adding one to the workspace, edit it to set the `URL` property to:
2929

3030
https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/significant_week.csv
3131

32-
You can optionally add a friendly name.
32+
You can optionally add a friendly Name. Then click Done when to close the dialog.
3333

3434
This is the US Geological Survey web site feed of significant earthquakes in the last 7 days,
3535
there are plenty of other options there if you want to play around - see https://earthquake.usgs.gov/earthquakes/feed/v1.0/csv.php
3636

3737

3838
#### 3. Add a CSV node
3939

40-
Add a CSV node and edit the properties, and tick the
40+
Add a CSV node and edit the properties, (open by double clicking) and tick the
4141

4242
Input - [x] First row contains column names
43+
44+
Then click Done to close.
4345

4446
#### 4. Add a Debug node
4547

@@ -56,16 +58,17 @@ Add a Debug node to the output.
5658
- Wire a Switch node to the output of the CSV node.
5759
- Configure the property to be `msg.payload.mag`
5860
- Configure the test to be `>=` and the value to be `7`
61+
- Click Done to close
5962

6063
#### 8. Add a Change node
6164

6265
- Wire a Change node to the output of the Switch node.
6366
- Configure the node to `Set`, `msg.payload` to be `PANIC!`.
67+
- Click Done to close
6468

6569
#### 9. Add a Debug node
6670

67-
Wire a Debug node to the output of the Change node
68-
71+
Wire a new Debug node to the output of the Change node
6972

7073
#### 10. Deploy
7174

0 commit comments

Comments
 (0)