{"id":32173418,"url":"https://github.com/dev800/elixir-qrcode","last_synced_at":"2025-10-21T18:54:23.338Z","repository":{"id":57538322,"uuid":"191301664","full_name":"dev800/elixir-qrcode","owner":"dev800","description":null,"archived":false,"fork":false,"pushed_at":"2019-06-11T06:28:35.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-21T18:54:23.049Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","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/dev800.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}},"created_at":"2019-06-11T05:41:25.000Z","updated_at":"2019-06-11T06:28:37.000Z","dependencies_parsed_at":"2022-09-07T16:50:39.379Z","dependency_job_id":null,"html_url":"https://github.com/dev800/elixir-qrcode","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dev800/elixir-qrcode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev800%2Felixir-qrcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev800%2Felixir-qrcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev800%2Felixir-qrcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev800%2Felixir-qrcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dev800","download_url":"https://codeload.github.com/dev800/elixir-qrcode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dev800%2Felixir-qrcode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280317282,"owners_count":26309997,"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-21T02:00:06.614Z","response_time":58,"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":[],"created_at":"2025-10-21T18:54:22.463Z","updated_at":"2025-10-21T18:54:23.332Z","avatar_url":"https://github.com/dev800.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QRCode\n\ngenerate qrcode util\n\n## Installation\n\nby adding `qrcode` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:qrcode, \"~\u003e 0.1\"}\n  ]\nend\n```\n\n## Usage\n\n```elixir\n# save qrcode png to file \"/Users/hello/tmp/helloworld.png\"\nQRCode.to_png_file(\"hello world\", \"/Users/hello/tmp/helloworld.png\")\n\n# save qrcode png to file \"~/tmp/helloworld.png\"\nQRCode.to_png_file(\"hello world\", \"~/tmp/helloworld.png\")\n\n# save qrcode png to file \"~/tmp/helloworld.png\" with quiet_zone is 1\nQRCode.to_png_file(\"hello world\", \"~/tmp/helloworld.png\", quiet_zone: 1)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev800%2Felixir-qrcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdev800%2Felixir-qrcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdev800%2Felixir-qrcode/lists"}