项目作者: fabiothiroki

项目描述 :
A foursquare clone app for iphone
高级语言: Swift
项目地址: git://github.com/fabiothiroki/foursquare-clone-ios.git
创建时间: 2017-10-13T14:47:36Z
项目社区:https://github.com/fabiothiroki/foursquare-clone-ios

开源协议:MIT License

下载


Foursquare Clone - iOS App

Build Status
codecov.io
codebeat badge
License

A simple iOS application that uses the Foursquare API to show nearby places of interest.

simulator screen shot - iphone 5s - 2018-04-09 at 20 55 04 screenshot

Setup

Foursquare API Key

Follow these instructions at Foursquare Developers page to obtain a Client ID and a Client Secret.
Then copy and paste these values into ServicesConstants.swift file.

Main Dependencies

Installation

  1. gem install bundler
  2. bundle install
  3. bundle exec pod install --repo-update

You can now open the Foursquare Clone.xcworkspace file and run.

Test

After installing all dependencies you can run the tests by clicking Product > Test or simply CMD + U

Tutorial

Step-by-step guide for building this app:

Part 1: Introduction and setup

Part 2: Location data and managing dependencies

Part 3: Continuous Integration

Part 4: Streaming location

Part 5: Network layer

Part 6: State management