{"id":19221107,"url":"https://github.com/ledermann/ibanomat","last_synced_at":"2025-05-13T01:23:55.729Z","repository":{"id":56877188,"uuid":"12480974","full_name":"ledermann/ibanomat","owner":"ledermann","description":"Ruby wrapper to calculate the IBAN of german bank account numbers","archived":false,"fork":false,"pushed_at":"2023-12-26T06:26:46.000Z","size":34,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-06T23:39:48.856Z","etag":null,"topics":["banking","german","iban","ruby","rubygems"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/ledermann.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}},"created_at":"2013-08-30T07:44:00.000Z","updated_at":"2023-11-23T05:51:25.000Z","dependencies_parsed_at":"2023-12-26T07:55:27.370Z","dependency_job_id":null,"html_url":"https://github.com/ledermann/ibanomat","commit_stats":{"total_commits":46,"total_committers":2,"mean_commits":23.0,"dds":"0.021739130434782594","last_synced_commit":"17b8179b5908b89e83d665a19128b3278d0d2d6d"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledermann%2Fibanomat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledermann%2Fibanomat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledermann%2Fibanomat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledermann%2Fibanomat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ledermann","download_url":"https://codeload.github.com/ledermann/ibanomat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253851951,"owners_count":21973829,"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":["banking","german","iban","ruby","rubygems"],"created_at":"2024-11-09T14:40:04.687Z","updated_at":"2025-05-13T01:23:55.702Z","avatar_url":"https://github.com/ledermann.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IBANomat\n\n[![Build Status](https://github.com/ledermann/ibanomat/actions/workflows/ci.yml/badge.svg)](https://github.com/ledermann/ibanomat/actions)\n[![Code Climate](https://codeclimate.com/github/ledermann/ibanomat.svg)](https://codeclimate.com/github/ledermann/ibanomat)\n[![Gem Version](https://badge.fury.io/rb/ibanomat.svg)](http://badge.fury.io/rb/ibanomat)\n\nThe gem is a Ruby wrapper for a [web service of the german \"Sparkasse\"](https://www.sparkasse.de/unsere-loesungen/privatkunden/rund-ums-konto/iban-rechner.html). It calculates the **IBAN** for a given bank code (in German \"Bankleitzahl\") and bank account number (\"Kontonummer\"). Behind the scenes the web service returns JSON ([Example here](https://www.sparkasse.de/bin/servlets/sparkasse/iban?a=0532013000\u0026b=37040044))\n\n**WARNING: I'm not affiliated in any way with the web service or the Sparkasse. The web service seems not to be official. Maybe it will be offline soon. I didn't find any terms of use on their website. Use this gem at your own risk!**\n\n## Requirements\n\nRuby 2.0.0 or newer.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'ibanomat'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install ibanomat\n\n## Usage\n\n```ruby\n  Ibanomat.find :bank_code =\u003e '37040044', :bank_account_number =\u003e '532013000'\n  # =\u003e\n  # {\n  #             :bank_name =\u003e 'Commerzbank',\n  #                   :bic =\u003e 'COBADEFFXXX',\n  #                  :iban =\u003e 'DE89370400440532013000',\n  #             :bank_code =\u003e '37040044',\n  #   :bank_account_number =\u003e '0532013000',\n  #           :return_code =\u003e '00'\n  # }\n```\n\nA `return_code` other than '00' indicates a warning or error.\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n# Author\n\nCopyright (c) 2013-2023 Georg Ledermann, released under the MIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fledermann%2Fibanomat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fledermann%2Fibanomat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fledermann%2Fibanomat/lists"}