Skip to content

Web App which Displays Current Crypto Prices in 4 Currencies

Notifications You must be signed in to change notification settings

nick3499/crypto_prices_cc_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto_prices_cc_api

Web app which displays current prices of 8 cryptos converted to 4 major currencies. See CryptoCompare.com API.

crypto

Updating Prices

To update prices, refresh the browser display.

Components

  • styles/styles.js modifies Foundation CSS' default card styles, found in the cards container.
  • lib/script.js contains the data object which will list pulled results, found in the Vue object. Along with axios logic for fetching data through the server's API, found in the mounted() function.
  • index.html: <div class="container" id="app"> couples content with data. Vue.js Template syntax can be found in <p>&euro; {{ result.EUR }}</p>.

Additional Libraries

The following libraries are linked to the app:

Related Tutorial

ko-fi

About

Web App which Displays Current Crypto Prices in 4 Currencies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published