https://github.com/inaldor/twitdemo
A tweets app
https://github.com/inaldor/twitdemo
moya swift tweets twitter-api
Last synced: about 1 year ago
JSON representation
A tweets app
- Host: GitHub
- URL: https://github.com/inaldor/twitdemo
- Owner: inaldor
- License: mit
- Created: 2020-08-03T19:56:21.000Z (almost 6 years ago)
- Default Branch: development
- Last Pushed: 2020-11-11T02:18:49.000Z (over 5 years ago)
- Last Synced: 2025-03-06T05:14:07.085Z (over 1 year ago)
- Topics: moya, swift, tweets, twitter-api
- Language: Swift
- Homepage:
- Size: 924 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TwitDemo
A tweets app
## About
An app to check the last tweets of your favourite influencer. I've developed this app to understand how MOYA works and how can I handle API errors, in this case, the Twitter API.
## Features
* A list of the last tweets of your favourite influencer
* Search the tweets of any user by name
* Tap in an item of the list of tweets will show the details of that tweet(TODO)
## Pictures

## License
This project is licensed under the [MIT License](https://github.com/inaldor/TwitDemo/blob/development/LICENSE)