Skip to content

fragginAJ/NearbyPhotos

Repository files navigation

NearbyPhotos

[![CI Status](http://img.shields.io/travis/AJ Fragoso/NearbyPhotos.svg?style=flat)](https://travis-ci.org/AJ Fragoso/NearbyPhotos) Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

iOS 11.0

Installation

NearbyPhotos is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'NearbyPhotos'

Usage

Add a location services usage description to your project's Info.plist if it has not been done already. Here's what that will look like:

<key>NSLocationWhenInUseUsageDescription</key>
<string>We need access to your location to find the most relevant content</string>

After that, simply initiate a LocatorViewController with your own Flickr API key and present it.

window?.rootViewController = LocatorViewController(flickrAPIKey: "{YOUR-KEY-HERE}")

Author

AJ Fragoso, @fragginaj

License

NearbyPhotos is available under the MIT license. See the LICENSE file for more info.

About

An interface for acquiring the user's location and viewing nearby Flickr photos.

Resources

License

Stars

Watchers

Forks

Packages

No packages published