Skip to content

alycit/bank-ocr-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank OCR Kata

This is an implementation of the Bank OCR Kata following the user stories here

Running this code

If yarn is not installed, please install that first.

Install package dependencies:

$ yarn install

To run this code with a file containing account number data:

$ node bankOCR.js <path-to-datafile>

To run the tests and generate code coverage report:

$ yarn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published