https://github.com/hacktoolkit/htk-ios-chatclient
A simple chat client using Parse as a backend
https://github.com/hacktoolkit/htk-ios-chatclient
Last synced: about 1 year ago
JSON representation
A simple chat client using Parse as a backend
- Host: GitHub
- URL: https://github.com/hacktoolkit/htk-ios-chatclient
- Owner: hacktoolkit
- License: mit
- Created: 2014-09-30T06:10:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-30T06:11:02.000Z (over 11 years ago)
- Last Synced: 2025-01-22T20:16:05.954Z (about 1 year ago)
- Language: Swift
- Size: 94.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
htk-ios-ChatClient
==================
This is a simple chat client that demostrates the simple and ease of Parse
[CodePath iOS Bootcamp](http://codepath.com/iosbootcamp) September 2014 - Week 3 Lab
## Download and Build Instructions
* Clone the repository
* Install [CocoaPods](http://cocoapods.org/)
* `sudo gem install cocoapods`
* Install Pods
* `pod install`
* Set up API keys
* Create a `secrets.xcconfig` config file based on `secrets.xcconfig.template`
* Obtain API keys from the [Parse](http://parse.com) and add the keys to `secrets.xcconfig`
* Run it!