A project for the Apple TV showcasing the amazing photography from the Apollo missions. This project pulls photos from Flickr
The compiled application is published on Apples App Store
Prerequisite: You will need an API key from Flickr, this is available here
-
From the root of the project install the cocoapods by running the following command:
pod install
-
With the cocoapods successfully installed open the workspace file (Apollo.xcworkspace) and add your API key and secret to AppDelegate.m
NSString *apiKey = @"YOUR KEY"; NSString *secret = @"YOUR SECRET";
-
Build and run