You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ The application can be split in two part
4
4
Frontend - react-redux SPA, which consume resources from a API, and keep up to date with bitcoin exchange rate
5
5
Backend - express + socket.io API that fetches currencies which you can exchanges with bitcoins from [currencies](https://blockchain.info/ticker) and the rate from here [Exchange rate](https://blockchain.info/tobtc?currency=USD&value=500)
6
6
7
+
More Info: [Exchange rate api](https://www.blockchain.com/es/api/exchange_rates_api)
8
+
7
9
# CLIENT SIDE
8
10
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
9
11
@@ -44,6 +46,8 @@ You will also see any lint errors in the console.
44
46
Launches the test runner in the interactive watch mode.<br />
45
47
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
46
48
49
+
TODO: Implement test report tool for a better visualization of TEST
0 commit comments