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
- Host: GitHub
- URL: https://github.com/luongthomas/stox
- Owner: luongthomas
- Created: 2018-04-27T04:51:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T00:04:05.000Z (over 7 years ago)
- Last Synced: 2025-02-15T06:41:33.592Z (8 months ago)
- Topics: alamofire, mockingjay, snapkit, swift
- Language: Swift
- Homepage:
- Size: 1.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.