Cryptocurrency price checker. The app fetch from CoinAPI.io the latest coin prices, build with UIKit and MVC + Delegate pattern.
- Select coin and currency from list.
- Last time price was updated.
- Splash screen.
- Light/Dark mode.
- Localization (English/Spanish).
-
Go to CoinAPI.io an get a free API key.
-
In
.../CoinCheck/Helpers/Constants.swift
changekey
value with your key.
struct API {
static let baseURL: String = "https://rest.coinapi.io/v1/exchangerate"
static let key: String = "YOUR_API_KEY_HERE"
}
- Run the project!
MIT License
Copyright (c) 2022 Anibal Ventura