https://github.com/jflinter/wholiveshere
An app to help find your friends when you're traveling.
https://github.com/jflinter/wholiveshere
Last synced: about 1 year ago
JSON representation
An app to help find your friends when you're traveling.
- Host: GitHub
- URL: https://github.com/jflinter/wholiveshere
- Owner: jflinter
- Created: 2014-03-30T05:23:26.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-20T00:23:19.000Z (about 12 years ago)
- Last Synced: 2025-01-31T15:16:21.077Z (over 1 year ago)
- Language: Objective-C
- Size: 254 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WhoLivesHere
============
An app to help find your friends when you're traveling.
This is a pretty simple app. It uses the Facebook SDK and CLGeocoder to help you find your friends in foreign cities.
It also has a pretty nifty usage of parallel concurrent NSOperations (one operation performs the friend request, one performs the geocoding, and one waits for both to finish before filtering the friend list using the geocoding result). If you're into that kind of thing.