Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 454 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 454 Bytes

fuseopen-CryptoTracker

An example Master–Detail Fuse Open project fetching and displaying cryptocurrency data from the CoinMarketCap REST API.

In order to use the app:

  1. git clone the project
  2. cd into it
  3. fuse preview to open up Fuse Studio Preview window
  4. Make a free account and get a free CoinMarketCap API key.
  5. Change the API_KEY in Overview.ux and Detail.ux with your own API key.