Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (20 loc) · 992 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 992 Bytes

Flickr Search

Flickr Search is a very simple iOS app built in a few hours which consumes the Flickr Search API.

Main features are:

Getting started

  • Update CocoaPods dependencies, from terminal type

    pod install
    
  • Open project using Flickr Search.xcworkspace

  • Flickr API key

    #error Add your Flickr API Key below.
    static NSString *const AISearchClientFlickrAPIKey = @"<YOUR_FLICKR_API_KEY>";