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.
To get started and run the app, you need to follow these simple steps:
-
Clone the repository:
git clone [email protected]:twitterdev/seethecity-ios.git
-
Open the SeetheCity Workspace with Xcode.
-
Sign up for Fabric.
-
Download and install the Fabric Mac app.
-
Run the Fabric app and sign in with your Fabric account.
-
In the Fabric app, add a new project and select the SeetheCity Xcode Workspace.
-
Install the Twitter Kit SDK by following the instructions in the Fabric app or on https://fabric.io/kits/ios/twitterkit/install.
-
Ensure the SeetheCity server is running.
-
Update the
host
Constant inConstants.swift
with your SeetheCity server host. -
You're all set! Run SeetheCity on your iPhone or the iOS Simulator.
Copyright 2016 Twitter, Inc.
Licensed under the Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0