An open API service indexing awesome lists of open source software.

https://github.com/z1xus/qm-webhook-proxy

proxy server for quality muncher's discord webhooks
https://github.com/z1xus/qm-webhook-proxy

Last synced: about 1 year ago
JSON representation

proxy server for quality muncher's discord webhooks

Awesome Lists containing this project

README

          

## qm-webhook-proxy

simple proxy for discord webhooks
initially made for [quality muncher](https://github.com/qm-org/qualitymuncher/) user logs

### Deploy locally:
1. Clone the repository
```bash
git clone https://github.com/Z1xus/qm-webhook-proxy.git
```
2. Install dependencies
```bash
yarn install
```
3. Configure your .env
```Shell
DISCORD_WEBHOOK_URL=your_webhook_url
PORT=3000
```
4. Run it
```bash
yarn start
```