Skip to content
This repository was archived by the owner on Apr 24, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.