SeetheCity is a demo iOS city tour guide app that showcases the use of the Twitter public API, GNIP and Fabric.
Swift Objective-C Other
Switch branches/tags
Nothing to show
Latest commit abef230 Jul 20, 2016 @andypiper andypiper committed on GitHub Adding screenshot for samples gallery
Permalink
Failed to load latest commit information.
SeeTheCity Upgrade to Twitter Kit 2.0 Mar 29, 2016
.gitignore Initial commit Mar 1, 2016
LICENSE Initial commit Mar 1, 2016
README.md Initial commit Mar 1, 2016
screenshot.png Adding screenshot for samples gallery Jul 20, 2016

README.md

SeetheCity iOS App

SeetheCity is a demo iOS project that showcases the use of Twitter's public APIs, GNIP Audience API, and Fabric. It is a travel guide that highlights popular attractions in a number of major cities.

SeetheCity uses a custom API that's served from a Ruby on Rails app. The Ruby on Rails app can be downloaded and set up through https://github.com/twitterdev/seethecity-server.

Getting Started

To get started and run the app, you need to follow these simple steps:

  1. Clone the repository:

     git clone [email protected]:twitterdev/seethecity-ios.git
    
  2. Open the SeetheCity Workspace with Xcode.

  3. Sign up for Fabric.

  4. Download and install the Fabric Mac app.

  5. Run the Fabric app and sign in with your Fabric account.

  6. In the Fabric app, add a new project and select the SeetheCity Xcode Workspace.

  7. Install the Twitter Kit SDK by following the instructions in the Fabric app or on https://fabric.io/kits/ios/twitterkit/install.

  8. Ensure the SeetheCity server is running.

  9. Update the host Constant in Constants.swift with your SeetheCity server host.

  10. You're all set! Run SeetheCity on your iPhone or the iOS Simulator.

License

Copyright 2016 Twitter, Inc.

Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0