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

https://github.com/asimihsan/imaptoy

Toy iOS mapping application with Python backend, as an exercise
https://github.com/asimihsan/imaptoy

Last synced: 5 days ago
JSON representation

Toy iOS mapping application with Python backend, as an exercise

Awesome Lists containing this project

README

        

# imaptoy

Toy iOS mapping application with Python backend, as an exercise

Video demo #1: [http://www.youtube.com/watch?v=b71QYfQFvXE](http://www.youtube.com/watch?v=b71QYfQFvXE)

## Getting started

Note that [Cocoapods](http://cocoapods.org/) is used to aid in installing
package dependencies. Hence you will need to install Cocoapods:

```
sudo gem install cocoapods
pod setup
```

- Clone the repo:

```
git clone [email protected]:asimihsan/imaptoy.git
```

- Install the package dependencies using Cocoapods:

```
cd imaptoy
pod install
```

- Open the Xcode worksapce (not the project):

```
open App.xcworkspace
```