hachre / percenter

Small tool to calculate the difference between two numbers in percent.

Home Page:https://percenter.hachre.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

percenter

Small tool to calculate the difference between two numbers in percent. The result can optionally be multiplied with a 3rd value.

How to compile

Make sure you have TypeScript 1.5 or higher installed and that tsc is available in your path. Then run:

git clone https://github.com/hachre/percenter.git
cd percenter
./build.sh

This will generate percenter.js and percenter.js.map. Afterwards open index.html in a browser.

About

Small tool to calculate the difference between two numbers in percent.

https://percenter.hachre.de

License:MIT License


Languages

Language:TypeScript 71.6%Language:HTML 14.6%Language:CSS 10.8%Language:Shell 3.0%