Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smalam119/live-news-viper
A simple project to demonstrate VIPER design pattern.
https://github.com/smalam119/live-news-viper
clean-code design-patterns viper-architecture
Last synced: 2 months ago
JSON representation
A simple project to demonstrate VIPER design pattern.
- Host: GitHub
- URL: https://github.com/smalam119/live-news-viper
- Owner: smalam119
- License: apache-2.0
- Created: 2017-02-03T20:57:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T15:45:33.000Z (about 4 years ago)
- Last Synced: 2024-08-03T17:18:29.859Z (6 months ago)
- Topics: clean-code, design-patterns, viper-architecture
- Language: Swift
- Homepage:
- Size: 394 KB
- Stars: 155
- Watchers: 6
- Forks: 43
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - live-news-viper
README
# live-news-viper
A simple RESTful news headline fetching project to demonstrate VIPER design pattern. [Alamofire](https://github.com/Alamofire/Alamofire) is used for networking and [News API](https://newsapi.org/) end point is used for data.
See the presentation on [Medium](https://medium.com/@smalam119)License
=======Copyright 2018 Sayed Mahmudul Alam
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.