/price_to_time

An browser extension to give you knowledge about how much cost of your time to buy a product

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

Price To Time

An browser extension to give you knowledge about how much cost of your time to buy a product

Build local

> npm install --global web-ext
> web-ext --config=config.js build

Test

> npm install --save-dev jest
> npm test

Coverage

> npx jest --coverage