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.jsmodifies Foundation CSS' default card styles, found in the cards container.lib/script.jscontains thedataobject which will list pulledresults, found in theVueobject. Along withaxioslogic 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:
