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

https://github.com/uri/storytime_ios

Story Time for iOS!
https://github.com/uri/storytime_ios

Last synced: 9 months ago
JSON representation

Story Time for iOS!

Awesome Lists containing this project

README

          

StoryTime iOS
=============

This is the client for `http://storytimeuri.herokuapp.com/`

To run and open the project you **must** open the workspace *not* the project file.

To change the app to use localhost instead of the live server change

#define WEBSITE @"http://storytimeuri.herokuapp.com/"

to

#define WEBSITE @"http://localhost:3000/"

in `storytime_ios-Prefix.pch`