From 382a1df4ed5002585fce4a37582d13e786823ce9 Mon Sep 17 00:00:00 2001 From: GabiZar Date: Sun, 15 Mar 2026 00:18:25 +0100 Subject: [PATCH] Add README.md --- README.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6bbb756 --- /dev/null +++ b/README.md @@ -0,0 +1,57 @@ +

Images Scrapper JS

+ +

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

+ +--- + +A simple web application to search, preview, and download images from multiple providers (currently only supports Bing). + +## Features + +- Search images using a query +- Animated background canvas +- Express API backend +- Configurable settings (provider, offset, max images) +- Rate limiting for public hosting + +## Usage + +#### Public instance + +Go to **https://scrapper.gabizar.top** and enjoy. +(Rate limiting is enabled on the public instance.) + +#### Deploy your own instance + +1. Install [Git](https://git-scm.com/) and [Node.js](https://nodejs.org) +2. Clone the repository `git clone https://github.com/Gabi-Zar/Images-Scrapper-JS` +3. Enter the project directory `cd Images-Scrapper-JS` +4. Install dependencies `npm install` +5. Optional: edit the `.env` file: + - `USE_RATE_LIMIT=Boolean` +6. Start the application `node main.js` +7. Open your browser and go to http://localhost:3000 + +## Contributing + +I love every feedback. Just open an issue or make a pull request. + +## License and credit + +This project is licensed under the [GPL-3.0 license](LICENSE). + +> [!CAUTION] +> Use this project responsibly. +> Please respect copyright and usage rights when downloading images. + +--- + +

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