https://github.com/remirobert/go-mobile-twitter-stream
Golang mobile experimentation on iOS. Simple twitter stream client
https://github.com/remirobert/go-mobile-twitter-stream
asyncdisplaykit go go-mobile golang gomobile gomobile-bind snapshot-testing swift-3 texture unit-testing
Last synced: 9 days ago
JSON representation
Golang mobile experimentation on iOS. Simple twitter stream client
- Host: GitHub
- URL: https://github.com/remirobert/go-mobile-twitter-stream
- Owner: remirobert
- License: mit
- Created: 2017-09-12T12:38:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T09:25:29.000Z (about 8 years ago)
- Last Synced: 2025-10-05T00:43:37.489Z (9 days ago)
- Topics: asyncdisplaykit, go, go-mobile, golang, gomobile, gomobile-bind, snapshot-testing, swift-3, texture, unit-testing
- Language: Swift
- Size: 7.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-mobile-twitter-stream

[](https://codecov.io/gh/remirobert/go-mobile-twitter-stream)
[](https://codebeat.co/projects/github-com-remirobert-go-mobile-twitter-stream-master)Go-mobile cross plateform framework, to get a live twitter stream.
# Build the framework
First you need to install go-mobile, then:
```sh
gomobile bind --target=ios twitter-stream-framework/
```
That will generate a framework **Twitter.framework**# iOS client
- AsyncDisplayKit / Texture
- SnapshotTests and unit tests
- Wireframe, to encapsulate UI API like UIKit, so the coordinators can be used on OSX, TVOS and iOS