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

https://github.com/nktfh100/hamal-updates

A simple discord web hook to get hamal updates.
https://github.com/nktfh100/hamal-updates

discord discord-js hamal red-alert webhook

Last synced: 2 months ago
JSON representation

A simple discord web hook to get hamal updates.

Awesome Lists containing this project

README

          

# Hamal Updates

A simple discord web hook to get hamal updates.

## Installation

1. Clone the repository
2. Install dependencies with `npm install`
3. Create a `.env` with WEBHOOK_URL set to your webhook url

## Usage

First build the application with `npm run build`

Then run the application with `npm start`

For development simply run `npm run dev`

## Deployment

Docker can be used with the provided Dockerfile.