eh3rrera / twitter-feed-pusher

Realtime feed iOS app using Pusher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twitter-feed-pusher

iOS app that shows tweets in a feed in realtime from a Node.js process using Pusher.

You can follow the tutorial to build this application or jump straight to the code.

Getting Started

  1. Clone this repository and cd into it.
  2. Execute open twitter_feed_pusher.xcworkspace to open the project in Xcode.
  3. Replace your Pusher app key in the ViewController.swift file
  4. Run the project in the simulator and execute the Node.js process or use the Pusher Debug Console on your dashboard to start sending tweets.

Prerequisites

Built With

  • Pusher - APIs to enable devs building realtime features
  • Xcode - Includes everything you need to create apps for iPhone, iPad, Mac, Apple Watch, and Apple TV.

Acknowledgments

  • Thanks to Pusher for sponsoring this tutorial.

License

MIT

About

Realtime feed iOS app using Pusher

License:MIT License


Languages

Language:Swift 96.1%Language:Ruby 3.9%