diff --git a/README.md b/README.md index 5caa6a0..9844400 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # faircoin-calculator -Very simple Faircoin calculator. +Simple Faircoin calculator to show the historical value of FairCoin at any given date. + +The price dataset is from http://api.fairplayground.info/rawdata/faircoin_prices.csv + +You can use it on the web at http://mayel.space/faircoin-calculator/ or install the browser extension which displays the value of FairCoin at the time of each transaction when browsing the blockchain. + +Extension available for Firefox and Chrome. + +If you're happy with the FairCoin Calculator, you can donate at fMGcrP9nAFic4356F4oHDDWVq8YvtJSXZL + + -The price dataset is getted from http://api.fairplayground.info/rawdata/faircoin_prices.csv diff --git a/extension/extension.js b/extension/extension.js index f0b30fe..f982146 100644 --- a/extension/extension.js +++ b/extension/extension.js @@ -11,6 +11,9 @@ $(function() { // $(".inner-cont").append("priceData: "); // $(".inner-cont").append(priceData); + var heads = "
If you're happy with the FairCoin Calculator, you can donate at fMGcrP9nAFic4356F4oHDDWVq8YvtJSXZL"; + $("body").append(heads); + if (priceData) { var heads = '
You can also use the browser extension which displays the historical value of FairCoin at the time of each transaction when browsing the blockchain. Available for Firefox and Chrome. +
If you're happy with the FairCoin Calculator, you can donate at fMGcrP9nAFic4356F4oHDDWVq8YvtJSXZL + + + + +