Skip to content

raphkun/spendesk-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spendesk-utils

Technical test for spendesk - extract a valid VAT number from a PDF file.

Installation

Launch the following command in the project directory :

npm install

Usage

Launch the following commands in the project directory.

Simple command line client

node index.js PARSABLE_PDF_FILE <COMMA_SEPARATED_EXCLUDED_VAT_NUMBERS>

Launching Web app

npm start

Then open http://localhost:3000

Running the tests

It's easy, just run npm test. The tests are written in BDD style, so they are a good starting point to understand the code. Mocha is required though (sudo npm install mocha -g)

About

Spendesk - technical test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published