Skip to content

Workshed/Lunar-tvOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A project showcasing the amazing photography from the Apollo missions. This project pulls photos from Flickr https://www.flickr.com/photos/projectapolloarchive/albums

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors