Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 355 Bytes

File metadata and controls

16 lines (11 loc) · 355 Bytes

Crypto-VIP

A crypto price app built using VIP design patters. This project uses starscream to feed live prices using webscocket from https://min-api.cryptocompare.com/ API.

Features

  • VIP/Clean Swift
  • Starscream
  • URLSessions
  • Unit Tests

How To Run

  • Clone project
  • Run pod install
  • Replace API_KEY in LiveUpdateService using your own.