forked from arduino-libraries/ArduinoHttpClient
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
Latest commit
12 lines (12 loc) · 348 Bytes
/
Copy pathlibrary.json
File metadata and controls
12 lines (12 loc) · 348 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
{
"name": "ArduinoHttpClient",
"keywords": "http, web, client, ethernet, wifi, GSM",
"description": "Easily interact with web servers from Arduino, using HTTP and WebSocket's.",
"repository":
{
"type": "git",
"url": "https://github.com/arduino-libraries/ArduinoHttpClient.git"
},
"frameworks": "arduino",
"platforms": "*"
}