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

https://github.com/daviinacio/findper

Quick way to find product price change percent
https://github.com/daviinacio/findper

bash c cli cpp math price-comparison tool

Last synced: about 2 months ago
JSON representation

Quick way to find product price change percent

Awesome Lists containing this project

README

          

# FindPer
Quick way to find product price change percent

## Instalation
```
git clone https://github.com/daviinacio/findper.git && cd findper && make install
```

## Getting Started
Current value: `-c`
Final value: `-f`

```bash
findper -c 4 -f 10
```