Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 483 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 483 Bytes

MyCOIN

Home project for Aston's intership (ex.Andersen).

This app using Messari API and written in Swift with UIKit. Here Messari API documentation.


MyCOIN app staсk:

  • URLSession for fetching data from Messari API;
  • DispatchGroup;
  • No storyboard;
  • MVVM;
  • UserDefaults.

p.s. !!! In app I don't use API key. Without an API key, requests are rate limited to 20 requests per minute and 1000 requests per day.