An open API service indexing awesome lists of open source software.

https://github.com/jsonzilla/price_to_time

An browser extension to give you knowledge about how much cost of your time to buy a product
https://github.com/jsonzilla/price_to_time

amazon chrome-extension extension firefox-addon shopping

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```