{"id":24350761,"url":"https://github.com/imodeveloperlab/rss-feed","last_synced_at":"2025-04-09T22:23:22.985Z","repository":{"id":42393907,"uuid":"478560845","full_name":"imodeveloperlab/RSS-Feed","owner":"imodeveloperlab","description":"RSS-Feed App template","archived":false,"fork":false,"pushed_at":"2024-08-08T13:13:11.000Z","size":9869,"stargazers_count":9,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T00:16:36.750Z","etag":null,"topics":["custom","feed","ios","rss","template"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imodeveloperlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-06T12:57:59.000Z","updated_at":"2024-09-06T11:30:31.000Z","dependencies_parsed_at":"2024-08-08T15:28:38.790Z","dependency_job_id":"355cccec-7b4e-4d8b-bd24-f3640153bf67","html_url":"https://github.com/imodeveloperlab/RSS-Feed","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imodeveloperlab%2FRSS-Feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imodeveloperlab%2FRSS-Feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imodeveloperlab%2FRSS-Feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imodeveloperlab%2FRSS-Feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imodeveloperlab","download_url":"https://codeload.github.com/imodeveloperlab/RSS-Feed/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248120892,"owners_count":21051043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["custom","feed","ios","rss","template"],"created_at":"2025-01-18T14:04:52.036Z","updated_at":"2025-04-09T22:23:22.948Z","avatar_url":"https://github.com/imodeveloperlab.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://d33wubrfki0l68.cloudfront.net/8b768c96cdda974aab2db79cf853e3145fb2a324/bae98/images/app/rssfeed-demo-app.png\" width=\"50%\" alt=\"DSKit\"/\u003e\n\u003c/p\u003e\n\n\u003e [!WARNING]\n\u003e Support for the **UIKit** version of DSKit is discontinued as the focus shifts increasingly towards **SwiftUI**, which offers easier development and maintenance. For more information or to migrate, please visit the \u003ca href=\"https://github.com/imodeveloperlab/dskit-swiftui\"\u003e**SwiftUI** version.\n\nWelcome to **DSKit** a Design System for iOS 13+ is an iOS SDK written in Swift with a collection of reusable components, guided by clear standards, that can be assembled to build any number of applications.\n\n\n# RSS-Feed\nRSS-Feed App template\n\u003cp\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Swift-5.5-brightgreen.svg\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/iOS-13+-brightgreen.svg?style=flat\" alt=\"iOS\"/\u003e\n  \u003cimg src=\"https://circleci.com/gh/imodeveloperlab/dskit/tree/main.svg?style=shield\" alt=\"iOS\"/\u003e  \n\u003c/p\u003e\n\n\u003cp\u003e\nThis project is powered by \u003ca href=\"https://github.com/imodeveloperlab/dskit\"\u003e DSKit \u003c/a\u003e a Design System Kit for iOS 13+, an iOS SDK written in Swift with a collection of reusable components, guided by clear standards, that can be assembled to build any number of applications.\n\u003c/p\u003e\n\n## Config\nYou can config your app to load any rss source.\n\n```swift\n// Update once in 5 minutes by default, time interval in seconds\nlet updatePeriodicity: Double = 60*5\n\n// RSS Sources\nlet rssSources = [RSSSource(title: \"Hacking with Swift\", url: \"https://www.hackingwithswift.com/articles/rss\"),\n                  RSSSource(title: \"Advanced Swift\", url: \"https://www.advancedswift.com/rss/\"),\n                  RSSSource(title: \"IOSCREATOR\", url: \"https://www.ioscreator.com/tutorials?format=RSS\"),\n                  RSSSource(title: \"Ole Begemann's Blog\", url: \"https://oleb.net/feed\"),\n                  RSSSource(title: \"SwiftLee Blog\", url: \"https://www.avanderlee.com/feed/\"),\n                  RSSSource(title: \"YASB\", url: \"https://www.vadimbulavin.com/feed.xml\"),\n                  RSSSource(title: \"The.Swift.Dev\", url: \"https://theswiftdev.com/rss.xml\"),\n                  RSSSource(title: \"Swift by Sundell\", url: \"https://swiftbysundell.com/rss\")]\n\nlet readPropertyListFromServer: Bool = false\n\n// Path to file on server to a property list\n// Server url should be HTTPS\n// Also even if you set readPropertyListFromServer = true and\n// your sources will load from server, you should populate rssSources property\n// with base sources to be able to load resources even if your server will have some\n// problems to respond\n\n// For an example of plist file you should load on server please check rss_feed.plist\nlet propertyListServerResourceUrl = \"https://dskit.app/rss_feed.plist\"\n\n// This list of filters will be displayed on home screen, if you don't need\n// filters to be shown, just set `let filters = [String]()` empty array\nlet filters = [\"SwiftUI\", \"AppKit\", \"WWDC\", \"Shazam Kit\", \"XCode\", \"Catalyst\", \"Streamline\"]\n```\n\n## Documentation\n\n* [Documentation](https://dskit.app/components)\n* [Code Example](https://dskit.app/home-code-example)\n* [Layout](https://dskit.app/layout)\n* [Appearance](https://dskit.app/appearance)\n\n## Interfaces\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"Content/Images/1.png\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"Content/Images/2.png\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"Content/Images/6.png\"/\u003e\u003c/td\u003e\n  \u003ctr\u003e  \n   \u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"Content/Images/4.png\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"Content/Images/5.png\"/\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003cimg src=\"Content/Images/3.png\"/\u003e\u003c/td\u003e\n  \u003c/tr\u003e  \n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimodeveloperlab%2Frss-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimodeveloperlab%2Frss-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimodeveloperlab%2Frss-feed/lists"}