https://github.com/mglagola/near
iOS App that finds local "venues" using foursquare's API
https://github.com/mglagola/near
Last synced: 7 months ago
JSON representation
iOS App that finds local "venues" using foursquare's API
- Host: GitHub
- URL: https://github.com/mglagola/near
- Owner: mglagola
- License: gpl-2.0
- Created: 2013-09-30T05:13:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-05T01:13:10.000Z (about 12 years ago)
- Last Synced: 2024-10-05T16:42:34.374Z (about 1 year ago)
- Language: Objective-C
- Homepage: http://mark.gl
- Size: 10 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Near
iOS App that finds local "venues" using foursquare's API.Main purpose of the app was to get familiar with [ReactiveCocoa](https://github.com/ReactiveCocoa/ReactiveCocoa) but it still works
## Screenshots




## Setup
In terminal:
```
$ git clone https://github.com/mglagola/Near.git
```
```
$ cd Near
```
```
$ pod install
```
Open Near.xcworkspaceBuild & Run.