davidebettio / sales-taxes-problem

Sales Taxes Problem (for XPeppers application)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sales Taxes Problem Build/Test Status

Install

Run in your console,

git clone https://github.com/davidebettio/sales-taxes-problem.git

Or, without git,

wget https://github.com/davidebettio/sales-taxes-problem/archive/master.tar.gz
tar -xf master.tar.gz
mv sales-taxes-problem-master sales-taxes-problem

Install dependencies:

cd sales-taxes-problem
yarn install

Run with samples in 'inputs' folder

yarn start

Test

yarn test

to watch for files changes:

yarn test:watch

Lint

yarn lint

Author

Davide Bettio

http://davidebettio.com

LICENSE

MIT

About

Sales Taxes Problem (for XPeppers application)

License:MIT License


Languages

Language:JavaScript 100.0%