alikaragoz / Flickr-Search

Simple iOS app which consumes the Flickr Search API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>";

About

Simple iOS app which consumes the Flickr Search API


Languages

Language:Objective-C 99.8%Language:Ruby 0.2%