From c8e227d8a9e52d325ffc66e53654d8f15f584605 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 00:27:24 +0000 Subject: [PATCH] feat: Updated README.md --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index 7e8a417..8f423f8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,33 @@ # hypefetch + http calls for hypeflow + +## Description + +hypefetch is a project that provides webhooks for hypeflow. It is used to make HTTP calls and manage the flow of data in your applications. + +## Prerequisites + +Before you begin, ensure you have the following environment variables set: + +- SERVERKEY +- CALLKEY + +## Installation + +To install hypefetch, follow these steps: + +1. Clone the repository +2. Run `npm install` in the project directory + +## Usage + +To use hypefetch, call the `runCall` function with an input object that includes a url and body. Here is an example: + +```javascript +runCall({ url: "http://example.com", body: { key: "value" } }); +``` + +## Contributing + +To contribute to hypefetch, please submit a pull request. Before submitting the pull request, ensure that you have tested your changes thoroughly and they are working as expected.