Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 364 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 364 Bytes

Stox - Stock Quote Application

Displays Stock Quotes from a public API.

Provides Unit & UI test coverage.

Works on iPhone and iPad in any orientation.

Stock Quote data are retrieved via JSON in an asynchronous manner.

Requirements

  • iOS 8.0+
  • Xcode 7.3+

Installation

cd Stox
pod update && pod install

Open Stox.xcworkspace and hit run.