Skip to content

Commit c0b25b4

Browse files
authored
Update README.md
1 parent ee7a0f4 commit c0b25b4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ options.body = "{\"email\": \"[email protected]\", \"password\": \"test:80\"}";
2121
Response response = fetch("https://api.grandeur.tech/auth/login/?apiKey=grandeurkywxmoy914080rxf9dh05n7e", options);
2222
```
2323

24+
[Here's the link to the release article on instructables](https://www.instructables.com/Fetch-the-Easiest-Way-to-Make-HTTP-Requests-From-Y/).
25+
26+
# Installation
27+
28+
You can install fetch in your Arduino Project by:
29+
1. Installing from the [Arduino Library Manager]([https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries](https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries#using-the-library-manager:~:text=Library%20Reference.-,Using%20the%20Library%20Manager,-To%20install%20a)) directly.
30+
2. Download this repo as a ZIP and [import it into your project](https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries#using-the-library-manager:~:text=these%20instructions.-,Importing%20a%20.zip%20Library,-Libraries%20are%20often).
31+
2432
# Include
2533

2634
```cpp

0 commit comments

Comments
 (0)