Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jflinter/wholiveshere
An app to help find your friends when you're traveling.
https://github.com/jflinter/wholiveshere
Last synced: 21 days 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-20T00:23:19.000Z (over 10 years ago)
- Last Synced: 2024-10-16T08:55:48.071Z (2 months 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.