Web app which displays current prices of 8 cryptos converted to 4 major currencies. See CryptoCompare.com API.
To update prices, refresh the browser display.
styles/styles.js
modifies Foundation CSS' default card styles, found in the cards container.lib/script.js
contains thedata
object which will list pulledresults
, found in theVue
object. Along withaxios
logic for fetching data through the server's API, found in themounted()
function.index.html
:<div class="container" id="app">
couples content with data. Vue.js Template syntax can be found in<p>€ {{ result.EUR }}</p>
.
The following libraries are linked to the app: