Skip to content

Node App that enables checking international bank account numbers for validity

Notifications You must be signed in to change notification settings

schlattk/IBAN_CHECKER_NODE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBAN CHECKER NODE app

App is implemented using Express and Javascript class

User can input an international bank account number (IBAN) and test its validity

Unit tests using Jest

Integration tests with Testcafe

Setup:

npm install

running server with: npm start or DEBUG=iban_checker_node:* npm start

run Jest tests with: npm tests

run integration tests with: npm run ui or testcafe chrome ./tests/ui

About

Node App that enables checking international bank account numbers for validity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published