Skip to content

Commit

Permalink
Updated readmne and hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion committed Jun 9, 2018
1 parent 85ad61c commit 2edb8e6
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 20 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## Crypto Fiat Exchange Rate
## Xchange Rates

The Crypto Fiat Exchange Rate is a tool that gives any exchange rate provided by cryptocompare at any given day. It is aimed at people willing to justify a payment as
you can get a link that will load the specific pair and date and value that you selected.


### Live website:
[https://giveth.github.io/exchange-rates/](https://giveth.github.io/exchange-rates/)
### Live website:
[https://giveth.github.io/xchange-rates/](https://giveth.github.io/xchange-rates/)

<p align="center">
<a href="https://giveth.github.io/exchange-rates/">
<img src="https://raw.githubusercontent.com/dapplion/cryptoFiatExchangeRate/e677948f0bcdb9be29737a06660b7544cb86b547/docs/demo.gif">
<img src="docs/xchange-rates-demo.gif">
</a>
</p>
9 changes: 5 additions & 4 deletions build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"main.css": "static/css/main.8f38e526.css",
"main.css.map": "static/css/main.8f38e526.css.map",
"main.js": "static/js/main.f43e1bbd.js",
"main.js.map": "static/js/main.f43e1bbd.js.map",
"main.css": "static/css/main.ef0fde73.css",
"main.css.map": "static/css/main.ef0fde73.css.map",
"main.js": "static/js/main.bc780e80.js",
"main.js.map": "static/js/main.bc780e80.js.map",
"static/media/brand-icons.eot": "static/media/brand-icons.13db00b7.eot",
"static/media/brand-icons.svg": "static/media/brand-icons.a1a749e8.svg",
"static/media/brand-icons.ttf": "static/media/brand-icons.c5ebe0b3.ttf",
"static/media/brand-icons.woff": "static/media/brand-icons.a046592b.woff",
"static/media/brand-icons.woff2": "static/media/brand-icons.e8c322de.woff2",
"static/media/exchange2.svg": "static/media/exchange2.8b2307f4.svg",
"static/media/flags.png": "static/media/flags.9c74e172.png",
"static/media/giveth-white-min.png": "static/media/giveth-white-min.a1bdcc9a.png",
"static/media/icons.eot": "static/media/icons.8e3c7f55.eot",
"static/media/icons.svg": "static/media/icons.962a1bf3.svg",
"static/media/icons.ttf": "static/media/icons.b87b9ba5.ttf",
Expand Down
2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/cryptoFiatExchangeRate/manifest.json"><link rel="shortcut icon" href="/cryptoFiatExchangeRate/favicon.ico"><title>Crypto Fiat Exchange Rates</title><link href="/cryptoFiatExchangeRate/static/css/main.8f38e526.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/cryptoFiatExchangeRate/static/js/main.f43e1bbd.js"></script></body></html>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><link rel="manifest" href="/xchange-rates/manifest.json"><link rel="shortcut icon" href="/xchange-rates/favicon.ico"><title>Crypto Fiat Exchange Rates</title><link href="/xchange-rates/static/css/main.ef0fde73.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script type="text/javascript" src="/xchange-rates/static/js/main.bc780e80.js"></script></body></html>
2 changes: 1 addition & 1 deletion build/service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion build/static/css/main.8f38e526.css.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/css/main.ef0fde73.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions build/static/js/main.bc780e80.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions build/static/js/main.bc780e80.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions build/static/js/main.f43e1bbd.js

This file was deleted.

1 change: 0 additions & 1 deletion build/static/js/main.f43e1bbd.js.map

This file was deleted.

Binary file added build/static/media/giveth-white-min.a1bdcc9a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/demo.gif
Binary file not shown.
Binary file added docs/xchange-rates-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crypto-fiat-exchange-rate",
"homepage": "https://dapplion.github.io/cryptoFiatExchangeRate",
"name": "xchange-rates",
"homepage": "https://giveth.github.io/xchange-rates",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 2edb8e6

Please sign in to comment.