{"id":28063493,"url":"https://github.com/chroxify/tinyqrc","last_synced_at":"2025-10-08T14:36:24.421Z","repository":{"id":284439819,"uuid":"936125955","full_name":"chroxify/tinyqrc","owner":"chroxify","description":"A dead-simple, free service for creating QR codes—both manually and programmatically.","archived":false,"fork":false,"pushed_at":"2025-04-05T22:17:41.000Z","size":2436,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-08T23:54:18.228Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tinyqrc.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chroxify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-02-20T15:13:39.000Z","updated_at":"2025-04-05T22:17:44.000Z","dependencies_parsed_at":"2025-03-25T22:36:53.657Z","dependency_job_id":"5d0762e0-6e6a-410d-bc11-d2494a5639f6","html_url":"https://github.com/chroxify/tinyqrc","commit_stats":null,"previous_names":["chroxify/tinyqrc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chroxify%2Ftinyqrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chroxify%2Ftinyqrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chroxify%2Ftinyqrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chroxify%2Ftinyqrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chroxify","download_url":"https://codeload.github.com/chroxify/tinyqrc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253736108,"owners_count":21955783,"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","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":[],"created_at":"2025-05-12T12:11:15.490Z","updated_at":"2025-10-08T14:36:19.379Z","avatar_url":"https://github.com/chroxify.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![TinyQRC](https://tinyqrc.com/banner.png)](https://tinyqrc.com)\n\n\u003cp align=\"center\"\u003e\n  \u003ca aria-label=\"NPM version\" href=\"https://www.npmjs.com/package/tinyqrc\"\u003e\n    \u003cimg alt=\"NPM Version\" src=\"https://img.shields.io/npm/v/tinyqrc?color=%232B8ECB\"\u003e\n  \u003c/a\u003e\n  \u003ca aria-label=\"Package size\" href=\"https://bundlephobia.com/result?p=tinyqrc\"\u003e\n    \u003cimg alt=\"\" src=\"https://badgen.net/bundlephobia/minzip/tinyqrc\"\u003e\n  \u003c/a\u003e\n  \u003ca aria-label=\"License\" href=\"https://github.com/chroxify/tinyqrc/blob/main/LICENSE\"\u003e\n    \u003cimg alt=\"GitHub License\" src=\"https://img.shields.io/github/license/chroxify/tinyqrc?color=%232B8ECB\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n\nTinyQRC is a lightweight and simple QR code generation library and API. Generate beautiful QR codes quickly and easily, whether through the web interface, API, or npm package.\n\n## Features\n\n- **Fast \u0026 Lightweight** - No dependencies, maximum performance\n- **Multiple Integration Options** - Web interface, REST API, or npm package\n- **Customization** - Control colors, size, and error correction levels\n- **Developer-First** - Simple, intuitive, and fast API\n\n## Quick Start\n\n### Package\n\n```ts\nimport { generateSVG } from \"tinyqrc\";\n\n// Generate a QR code\nconst svg = await generateSVG({\n  value: \"https://example.com\",\n  size: 256,\n});\n```\n\n### REST API\n\n```bash\ncurl -X GET \"https://api.tinyqrc.com/v1/qr\\\n?data=https://example.com\\\n\u0026size=256\"\n```\n\n[View API Documentation →](https://go.tinyqrc.com/docs)\n\n### Web Interface\n\nGenerate QR codes instantly at [tinyqrc.com](https://tinyqrc.com).\n\n## Credits\n\nCode Gen is based on [nayuki/QR-Code-generator](https://github.com/nayuki/QR-Code-generator) with modifications.\n\n## License\n\nMIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchroxify%2Ftinyqrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchroxify%2Ftinyqrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchroxify%2Ftinyqrc/lists"}