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

https://github.com/contentful/discovery-app

iOS app for previewing the content of Contentful Spaces
https://github.com/contentful/discovery-app

Last synced: 10 months ago
JSON representation

iOS app for previewing the content of Contentful Spaces

Awesome Lists containing this project

README

          

# Discovery app

This app enables you to browse and preview your [Contentful][1] Spaces on iOS. It is compatible with iOS 7, or later, and released as open source under the [MIT license][2].

Before compiling, make sure you install the dependencies via [CocoaPods][3] and RubyGems:

$ bundle install
$ bundle exec pod install

and update the git-submodules:

$ git submodule update --init --recursive

You will also need to specify a Crashlytics key:

$ pod keys set Crashlytics $YourKey

As described on the App Store:

> Contentful is the flexible content management platform that makes it easy to serve content to mobile and web applications. Manage your content with your team once and simply publish it to any screen. Contentful gives your editors an easy-to-use editing interface to collaborate on content and developers a well-documented API to easily set up your delivery channels. With this app, you can preview the content from your Contentful workspaces by simply inserting the space ID and password. This will give you a sense of how your data will look on a mobile device without any further styling done to it. If you don’t have a Contentful account yet, you can browse through some more information in this app and sign up for free. We look forward to your feedback :) Happy publishing!

[1]: https://www.contentful.com
[2]: LICENSE
[3]: http://www.cocoapods.org