diff --git a/README.md b/README.md new file mode 100644 index 0000000..f5048ca --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Requests Plugin + +A StreamController plugin for making HTTP requests. + +## Actions + +### Post Request +Sends an HTTP POST request with JSON data to a specified URL when the key is pressed. + +### Get Request +Sends an HTTP GET request to a specified URL and displays values from the JSON response on the key, with optional automatic periodic fetching.