Goktug / Redux-Twitter

Basic Twitter Search Implementation with ReSwift and RxSwift (Experimental)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redux-Twitter

Basic Twitter Implementation with ReSwift and RxSwift

Build

To build:

  1. Create an OAuth Twitter application from https://apps.twitter.com
  2. Open TwitterCredentials.swift and enter the Consumer Key and the Consumer Secret of your Twitter application:
//  TwitterCredentials.swift
import Foundation
let twitterConsumerKey: String = ""
let twitterConsumerSecret: String = ""

  1. Set the Twitter URL scheme of your Twitter application like twitterkit-<your-consumer-key> in info.plist

  2. Run following commands.

    $ pod install
    
  3. Open Redux-Twitter.xcworkspace in Xcode.

Dependencies

Requirements

  • iOS 9.0+
  • Swift 4.0+

About

Basic Twitter Search Implementation with ReSwift and RxSwift (Experimental)


Languages

Language:Swift 98.3%Language:Ruby 1.7%