Simple way to log visitors IP address into your Discord Sever (Webhooks)
Do not abuse this on other people, feel free to test it out for personal testing. This is just an example to show how easy it is to grab informations of an user.
$ git clone https://github.com/vKxni/logger
$ cd logger
$ npm i
- How to create a Discord Webhook
- Rename
example.env
to.env
and fill out your webhook token.
$ npm run dev
This will build and start the server automatically.
After that, navigate to localhost:8000.