Skip to content

Commit 2a2cea3

Browse files
committed
last change on readme file.
1 parent 465635a commit 2a2cea3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The application can be split in two part
44
Frontend - react-redux SPA, which consume resources from a API, and keep up to date with bitcoin exchange rate
55
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)
66

7+
More Info: [Exchange rate api](https://www.blockchain.com/es/api/exchange_rates_api)
8+
79
# CLIENT SIDE
810
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
911

@@ -44,6 +46,8 @@ You will also see any lint errors in the console.
4446
Launches the test runner in the interactive watch mode.<br />
4547
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
4648

49+
TODO: Implement test report tool for a better visualization of TEST
50+
4751
# SERVER SIDE
4852
### `npm start`
4953

0 commit comments

Comments
 (0)