Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 866 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 866 Bytes

Lunar-tvOS

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

Running the project

Prerequisite: You will need an API key from Flickr, this is available here

  1. From the root of the project install the cocoapods by running the following command:

    pod install
    
  2. 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";
    
  3. Build and run