{"id":20159931,"url":"https://github.com/diogok/barcodeserver","last_synced_at":"2025-06-29T00:35:57.174Z","repository":{"id":66679548,"uuid":"65513818","full_name":"diogok/barcodeserver","owner":"diogok","description":"API to generate barcodes: Datamatrix, QR, Code128 and others.","archived":false,"fork":false,"pushed_at":"2022-12-06T10:51:33.000Z","size":3,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-27T20:07:37.567Z","etag":null,"topics":["barcode","data-matrix","qrcode"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"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/diogok.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":"2016-08-12T01:39:12.000Z","updated_at":"2023-08-30T17:38:00.000Z","dependencies_parsed_at":"2023-04-13T11:03:49.716Z","dependency_job_id":null,"html_url":"https://github.com/diogok/barcodeserver","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/diogok/barcodeserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diogok%2Fbarcodeserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diogok%2Fbarcodeserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diogok%2Fbarcodeserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diogok%2Fbarcodeserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diogok","download_url":"https://codeload.github.com/diogok/barcodeserver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diogok%2Fbarcodeserver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262518105,"owners_count":23323301,"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":["barcode","data-matrix","qrcode"],"created_at":"2024-11-14T00:11:03.368Z","updated_at":"2025-06-29T00:35:57.129Z","avatar_url":"https://github.com/diogok.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BarCodeServer\n\nSimple HTTP API around [https://github.com/boombuler/barcode](https://github.com/boombuler/barcode).\n\n## Api Usage\n\nSimply issue a get using the type of barcode desired as path and the content as queryString content and it will return a redirect to generated png.\n\n    $ curl -v http://localhost:8080/datamatrix?content=Whatever%20data\n\nAvailable types:\n\n* codabar\n* code128\n* code39\n* ean\n* datamatrix\n* qr\n* 2of5\n\nIn case of error it will return Bad Request 400 and error in plain/text.\n\n## Deploy\n\nUsing the binary, download from the release page and run the binary and it will bind to port 8080.\n\nUsing docker:\n\n    $ docker run -p 8080:8080 -v /tmp/barcodes:/opt/barcode/public diogok/barcodeserver\n\n\nIt will save generated code at public folder. You can delete generated artefacts and if requested server will regenerate.\n\n\n## License \n\nMIT , same as [https://github.com/boombuler/barcode](https://github.com/boombuler/barcode).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiogok%2Fbarcodeserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiogok%2Fbarcodeserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiogok%2Fbarcodeserver/lists"}