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
- Host: GitHub
- URL: https://github.com/darinm223/notecator
- Owner: DarinM223
- Created: 2015-09-09T04:24:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T10:51:18.000Z (almost 11 years ago)
- Last Synced: 2025-06-06T00:04:10.531Z (about 1 year ago)
- Language: Objective-C
- Size: 216 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.