Skip to content

Commit

Permalink
refactor: Update npm dependencies and add "open" package for future use
Browse files Browse the repository at this point in the history
  • Loading branch information
SilkePilon committed Jul 28, 2024
1 parent 270dbc4 commit 1f5311a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ In the `flow_functions` directory, open the `functions.json` file and add an ent
- `YOUR NAME` - Your GitHub username
- `{ "NAME": "number", "NAME": "text" }` - Your input fields.

**Available input options:**
- `text` - An general text input box
- `number` - An input box limited to numbers only
- `switch` - An switch that can be set to true or false


### 4. Implement the Node

Open your newly created file and implement your node using the following structure:
Expand Down

0 comments on commit 1f5311a

Please sign in to comment.