{"id":18704541,"url":"https://github.com/basemax/qrlinkbatch","last_synced_at":"2025-10-16T13:54:04.030Z","repository":{"id":261040500,"uuid":"883079236","full_name":"BaseMax/QRLinkBatch","owner":"BaseMax","description":"Generate and download QR codes in bulk from a list of URLs, all within your browser.","archived":false,"fork":false,"pushed_at":"2024-11-04T12:13:52.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-03T23:38:24.952Z","etag":null,"topics":["barcode","barcode-generator","barcode-generators","barcodes","javascript","js","qrcode","qrcode-batch","qrcode-generator","qrcode-generator-using-javascript"],"latest_commit_sha":null,"homepage":"https://basemax.github.io/QRLinkBatch","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BaseMax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-04T10:42:09.000Z","updated_at":"2024-11-04T12:13:55.000Z","dependencies_parsed_at":"2024-11-04T11:35:35.616Z","dependency_job_id":"453a8bd6-fa56-4269-b344-f5022ccf17a4","html_url":"https://github.com/BaseMax/QRLinkBatch","commit_stats":null,"previous_names":["basemax/qrlinkbatch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BaseMax/QRLinkBatch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FQRLinkBatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FQRLinkBatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FQRLinkBatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FQRLinkBatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/QRLinkBatch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FQRLinkBatch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279200784,"owners_count":26124948,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["barcode","barcode-generator","barcode-generators","barcodes","javascript","js","qrcode","qrcode-batch","qrcode-generator","qrcode-generator-using-javascript"],"created_at":"2024-11-07T12:07:11.049Z","updated_at":"2025-10-16T13:54:03.980Z","avatar_url":"https://github.com/BaseMax.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QRLinkBatch\n\nGenerate and download QR codes in bulk from a list of URLs, all within your browser.\n\n## Overview\n\nQRLinkBatch is a JavaScript web app that allows users to generate QR codes from a list of URLs provided in a textarea. Each URL entered on a separate line is processed into a QR code, displayed in the browser, and available for download as a ZIP file. The project uses [QRCode.js](https://github.com/davidshimjs/qrcodejs) for QR code generation and [JSZip](https://stuk.github.io/jszip/) for packaging images.\n\n## Features\n\n- **Bulk QR Code Generation**: Paste a list of URLs and generate QR codes for each.\n- **URL Validation**: Optional validation to ensure each entry is a valid URL.\n- **Statistics**: Display total, valid, and invalid URL counts in real-time.\n- **ZIP Download**: Download all generated QR codes as a ZIP file.\n- **Client-side Processing**: No server required; everything runs in the browser.\n\n## Usage\n\n1. Paste or type a list of URLs into the left column textarea. Each URL should be on a separate line.\n2. Check the **Validate URLs** checkbox to enforce URL validity. Invalid URLs will be ignored.\n3. The QR codes for valid URLs will appear in the right column along with a count of total, valid, and invalid URLs.\n4. Click the **Download All QR Codes** button to download the QR codes as a ZIP file.\n\n## Getting Started\n\n### Prerequisites\n\n- A modern web browser with JavaScript enabled.\n\n### Installation\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/BaseMax/QRLinkBatch.git\n   cd QRLinkBatch\n   ```\n\n2. Open `index.html` in your browser to start using the app.\n\n## File Structure\n\n- `index.html` - Main HTML layout with left and right columns for input and QR code display.\n- `script.js` - JavaScript logic for QR code generation, validation, and ZIP packaging.\n- `style.css` - Basic styling for layout and appearance (included in index.html).\n- `qrcode.min.js` - External library for QR code generation.\n- `jszip.min.js` - External library for creating ZIP files.\n\n## Technologies Used\n\nHTML, CSS, JavaScript\n\nQRCode.js\n\nJSZip\n\n### Contributing\n\nContributions, issues, and feature requests are welcome! Feel free to check the issues page if you want to contribute.\n\n### License\nThis project is open-source and available under the MIT License. See the LICENSE file for more details.\n\nCopyright 2024, Max Base\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fqrlinkbatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Fqrlinkbatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fqrlinkbatch/lists"}