From db5b5aba2df49feb8d7a4373a390420b89a52a44 Mon Sep 17 00:00:00 2001 From: GabiZar Date: Wed, 3 Jun 2026 12:39:23 +0200 Subject: [PATCH] Add readme.md --- README.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..54138bb --- /dev/null +++ b/README.md @@ -0,0 +1,52 @@ +

Image Tracker

+ +

+ Stars + Forks + License +
+ + Written In +

+ +--- + +A tracking image tool that send data over ntfy. + +## Config & Usage + +Configure the server port and ntfy settings using a `.env` file. + +``` +PORT=3000 +NTFY_USER=user +NTFY_PASSWORD=password +NTFY_TOPIC=my-topic +NTFY_SERVER=https://ntfy.sh +``` + +Add images by creating a config.json file containing an array of image paths and Base64-encoded data. See [exemple.config.json](exemple.config.json) + +Installe dependencies with `npm install` +And just run `npm run start` or `node main.js` + +## Output Exemple + +``` +New connection for image "path/to/image.gif" +At dd/mm/yyyy hh:mm:ss +IP: xxx.xxx.xxx.xxx | PORT: xxxxx +Browser: Chrome version xxx +OS: Windows version 10 +CPU architecture: amd64 +Languages: en-US,en;q=0.9 +Source: document +``` + +## License + +This project is licensed under the [GPL-3.0 license](LICENSE). + +--- + +

If you like this app, consider giving it a star on GitHub!