An open API service indexing awesome lists of open source software.

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

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
![Screen 1](https://raw.github.com/mglagola/Near/master/Screenshots/screen1.png)
![screen 2](https://raw.github.com/mglagola/Near/master/Screenshots/screen2.png)
![screen 3](https://raw.github.com/mglagola/Near/master/Screenshots/screen3.png)
![screen 4](https://raw.github.com/mglagola/Near/master/Screenshots/screen4.png)
![screen 5](https://raw.github.com/mglagola/Near/master/Screenshots/screen5.png)

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

Build & Run.