Skip to content

Sample NodeJS library to calculate price given certain criteria (e.g. tax rates, discount rates etc.)

Notifications You must be signed in to change notification settings

userlabs/PriceLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pricing Exercise (NodeJS library)

Runtime versions

The library was tested on Windows 10 with the following versions:

node version v10.8.0

npm version 6.2.0

Installing instructions

Clone the repo

git clone <repo-url>

Install dependencies

cd <git-repo-parent-dir> 
npm install

Running unit tests

cd <git-repo-parent-dir> 
npm test 

About

Sample NodeJS library to calculate price given certain criteria (e.g. tax rates, discount rates etc.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published