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.
- Host: GitHub
- URL: https://github.com/nktfh100/hamal-updates
- Owner: nktfh100
- Created: 2021-05-30T18:17:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T12:24:37.000Z (about 2 years ago)
- Last Synced: 2025-02-02T08:29:51.443Z (9 months ago)
- Topics: discord, discord-js, hamal, red-alert, webhook
- Language: TypeScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.