An open API service indexing awesome lists of open source software.

https://github.com/luongthomas/stox

An app to display Stock Quote information for a handful of companies
https://github.com/luongthomas/stox

alamofire mockingjay snapkit swift

Last synced: 6 months ago
JSON representation

An app to display Stock Quote information for a handful of companies

Awesome Lists containing this project

README

          

# 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.