https://github.com/nakiostudio/twitterstreaming
Demo iOS app interacting with Twitter streaming API
https://github.com/nakiostudio/twitterstreaming
demo ios nsmanagedobjectcontext streaming-api swift threading twitter-streaming-api
Last synced: about 1 year ago
JSON representation
Demo iOS app interacting with Twitter streaming API
- Host: GitHub
- URL: https://github.com/nakiostudio/twitterstreaming
- Owner: nakiostudio
- Created: 2016-11-13T17:51:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T08:46:25.000Z (about 8 years ago)
- Last Synced: 2025-05-03T03:16:18.933Z (about 1 year ago)
- Topics: demo, ios, nsmanagedobjectcontext, streaming-api, swift, threading, twitter-streaming-api
- Language: Swift
- Size: 178 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: News.xcworkspace/contents.xcworkspacedata
Awesome Lists containing this project
README
## Twitter Streaming API - Demo iOS project
Overview
This demo project is just an example of how to interact with a streaming API on an
iOS project. Particularly, this demo takes use of the statuses streaming API Twitter
offers, its documentation is available
here.
Setup
Follow these steps to run the demo project:
- Install the gem dependencies using Bundler.
- Install the CocaPods dependencies.
- Sign in with a valid Twiiter account in the iOS Simulator.
Author
Carlos Vidal - @nakiostudio
License
This project is available under the MIT license. See the LICENSE file for more info.