This project implements an App in Swift. The App visits API Endpoint of Github every 5 seconds in background, and shows the latest result. Besides, the App stores the visit history including result, and shows this history in UI.
-
download the source code
-
On console, in root directory of project, run
pod install
-
Open
GithubVisitor.xcworkspace
and Build it