diff --git a/uecide.json b/uecide.json new file mode 100644 index 0000000..5dd3be1 --- /dev/null +++ b/uecide.json @@ -0,0 +1,18 @@ +{ + "name": "ArduinoHttpClient", + "provides": "ArduinoHttpClient.h", + "description": "[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.", + "version": "0.3.1", + "maintainer": "Arduino ", + "category": "Communications", + "subcategory": "Networking", + "family": "all", + "core": "all", + "install": { + "examples": "/", + "keywords.txt": "/", + "library.properties": "/", + "src": "/" + }, + "readme": "README.md" +} \ No newline at end of file