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

https://github.com/darinm223/notecator

iOS app for taking small location tagged notes
https://github.com/darinm223/notecator

Last synced: 25 days ago
JSON representation

iOS app for taking small location tagged notes

Awesome Lists containing this project

README

          

Notecator
==============

An iOS app that allows you to take location based notes

### Setting up the project

First you have to install the CocoaPods for this project by running
```
pod install
```
inside the main project folder (once you have CocoaPods installed).

Then you have to set up the Parse API keys. First you have to create your Parse application online.
Then inside the main folder, go to the location-notes directory and create a Keys.plist file with the following:

```

parseApplicationId
*** Enter Parse application id here ***
parseClientKey
*** Enter Parse client key here ***

```

You also have to create a Facebook application for this project so that Facebook login works.