A very simple Discord webhook sender.
View a demo here.
# Install dependencies
$ npm install
# npm with hot reload at localhost:3000
$ npm run dev
# Build for production and launch server
$ npm run build
$ npm start
# Generate static project
$ npm run generate
- Add embed support.
- Add option to set name & avatar.
Feel free to create a pull request!