git404hub

what is ibantools fr?

eemeli/ibantools — explained in plain English

Analysis updated 2026-07-18 · repo last pushed 2019-09-12

TypeScriptAudience · developerComplexity · 1/5DormantSetup · easy

tl;dr

IBANTools is a TypeScript library that validates and cleans up international bank account numbers (IBANs) and BIC/SWIFT codes for payment and banking apps.

vibe map

mindmap
  root((ibantools))
    What it does
      Validates IBANs
      Validates BIC codes
      Reformats messy numbers
    Tech stack
      TypeScript
      Node.js
      npm
    Use cases
      Payment platforms
      Invoicing software
      Banking apps
    Audience
      Web developers
      Fintech builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Validate a customer's IBAN as they type it into a payment or invoicing form

VIBE 2

Check whether a BIC/SWIFT code correctly identifies a bank before submitting a payment

VIBE 3

Reformat a messy, space-separated IBAN into the clean format a bank system expects

VIBE 4

Add bank-detail validation to a Node.js backend or browser-based frontend without writing custom logic

what's the stack?

TypeScriptNode.js

how it stacks up fr

eemeli/ibantools0xradioac7iv/tempfs7vignesh/pgpulse
Stars00
LanguageTypeScriptTypeScriptTypeScript
Last pushed2019-09-12
MaintenanceDormant
Setup difficultyeasymoderatemoderate
Complexity1/53/54/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Install via npm and call a function, no external services required.

prompts (copy fr)

prompt 1
Show me how to validate an IBAN using ibantools and handle the yes/no result.
prompt 2
Write code that reformats a messy IBAN string into a clean, bank-ready format with this library.
prompt 3
Help me validate a BIC/SWIFT code before processing a payment using ibantools.
prompt 4
How do I install and use ibantools in a TypeScript project to validate bank account input?

Frequently asked questions

what is ibantools fr?

IBANTools is a TypeScript library that validates and cleans up international bank account numbers (IBANs) and BIC/SWIFT codes for payment and banking apps.

What language is ibantools written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js.

Is ibantools actively maintained?

Dormant — no commits in 2+ years (last push 2019-09-12).

How hard is ibantools to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is ibantools for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.