A simple discord web hook to get hamal updates.
- Clone the repository
- Install dependencies with
npm install
- Create a
.env
with WEBHOOK_URL set to your webhook url
First build the application with npm run build
Then run the application with npm start
For development simply run npm run dev
Docker can be used with the provided Dockerfile.