From b6642f2e18db4fc484abe0bbf29aae909989f558 Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Mon, 30 Apr 2018 13:10:21 +0300 Subject: [PATCH] added readme info --- README.md | 13 +++++++++++-- extension/extension.js | 3 +++ index.html | 9 +++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) 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 = 'Official RateOfficial ValueMarket Value'; diff --git a/index.html b/index.html index 87b263e..26c33e7 100644 --- a/index.html +++ b/index.html @@ -63,10 +63,19 @@ + + +

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 + + + + +