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

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

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!