{"id":16895017,"url":"https://github.com/theduke/meteor-iban","last_synced_at":"2026-05-20T06:01:43.608Z","repository":{"id":27280514,"uuid":"30753842","full_name":"theduke/meteor-iban","owner":"theduke","description":"IBAN \u0026 BBAN validation, formatting and conversion for the Meteor framework.","archived":false,"fork":false,"pushed_at":"2015-02-13T12:21:10.000Z","size":144,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-25T10:42:30.400Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/theduke.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}},"created_at":"2015-02-13T11:36:08.000Z","updated_at":"2015-02-13T12:21:10.000Z","dependencies_parsed_at":"2022-07-25T17:22:15.917Z","dependency_job_id":null,"html_url":"https://github.com/theduke/meteor-iban","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theduke%2Fmeteor-iban","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theduke%2Fmeteor-iban/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theduke%2Fmeteor-iban/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theduke%2Fmeteor-iban/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theduke","download_url":"https://codeload.github.com/theduke/meteor-iban/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244591485,"owners_count":20477710,"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":"2024-10-13T17:20:53.696Z","updated_at":"2026-05-20T06:01:38.568Z","avatar_url":"https://github.com/theduke.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# meteor-iban\nIBAN \u0026amp; BBAN validation, formatting and conversion for the Meteor framework.\n\n\nThis [Atmosphere package](http://atmospherejs.com/theduke/iban) for [Meteor](https://www.meteor.com/) wraps the IBAN validation Javascript library by ARHS, which can be found here: https://github.com/arhs/iban.js .\n\nThe package supplies a global IBAN object that can be for validating and converting IBANs.\n\n\nVersion: 0.0.5\nThe version of this package will follow the library version.\n\n## Installation\n\n\n```bash\nmeteor add theduke:iban\n\n```\n\n## Usage\n\n```javascript\nIBAN.isValid('hello world'); // false\nIBAN.isValid('BE68539007547034'); // true\n```\n\nAvailable methods:\n\n```javascript\n* isValid(iban)\n* toBBAN(iban, separator)\n* fromBBAN(countryCode, bban)\n* isValidBBAN(countryCode, bban)\n* printFormat(iban, separator)\n* electronicFormat(iban)\n```\n\nFor more information, check out https://github.com/arhs/iban.js.\n\n## Issues\n\nIf you have any problems with the library functionality itself, please create an issue on the library Github page:\nhttps://github.com/arhs/iban.js\n\nOnly create issues on this repository, if the issue is related to Meteor integration.\n\n## Authors\n\nThe real work is done by the authors of the IBAN library, \nthis is just a small wraper package.\n\n* Christoph Herzog - chris@theduke.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheduke%2Fmeteor-iban","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheduke%2Fmeteor-iban","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheduke%2Fmeteor-iban/lists"}