Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 927 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 927 Bytes

Crypto Quote Experiment

A simple cryptocurrency app project for Apple TV using SwiftUI, MVVM, TDD.

Screen recording

Simulator.Screen.Recording.-.Apple.TV.4K.3rd.generation.-.2023-10-10.at.15.17.38.mov

How it works

  • Contains a hardcoded list of ten cryptocurrencies.
  • Fetches the most recent quotes for those coins.
  • Shows relevant information for a given coin, one at a time.
  • Automatically switches between coins every 10 secs.
  • Allows the user to switch between coins.
  • Automatically fetches new data every 15 min.

Requirements

  • Xcode 15 or superior.
  • Apple TV device or simulator running tvOS 17 or superior.

How to run it

  1. Open the project on Xcode, create a file named ApiKey.txt and add it to Crypto Quote target.
  2. Generate an API key to yourself on https://coinmarketcap.com and paste it on the file above.
  3. Download the Apple TV simulator, then run the project.