{"id":26023107,"url":"https://github.com/litilexuezha/nsreader","last_synced_at":"2026-05-02T11:40:36.293Z","repository":{"id":135078564,"uuid":"413988688","full_name":"LitileXueZha/NSReader","owner":"LitileXueZha","description":"A simple RSS reader on mobile.","archived":false,"fork":false,"pushed_at":"2022-11-28T12:38:51.000Z","size":618,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-10T02:36:49.782Z","etag":null,"topics":["android","atom","feeds","react-native","reader","rss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/LitileXueZha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-05T21:48:48.000Z","updated_at":"2022-03-06T03:00:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"b6687fe2-40bf-4374-92f9-87f5f8050fea","html_url":"https://github.com/LitileXueZha/NSReader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LitileXueZha/NSReader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LitileXueZha%2FNSReader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LitileXueZha%2FNSReader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LitileXueZha%2FNSReader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LitileXueZha%2FNSReader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LitileXueZha","download_url":"https://codeload.github.com/LitileXueZha/NSReader/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LitileXueZha%2FNSReader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32533344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T11:28:32.350Z","status":"ssl_error","status_checked_at":"2026-05-02T11:27:30.140Z","response_time":132,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["android","atom","feeds","react-native","reader","rss"],"created_at":"2025-03-06T10:40:14.947Z","updated_at":"2026-05-02T11:40:36.286Z","avatar_url":"https://github.com/LitileXueZha.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NSReader\r\n\r\nA great RSS reader on mobile.\r\n\r\n## Minimal System Requirement\r\n\r\n+ Android 5.0+\r\n+ iOS 11.0+ (TODO)\r\n\r\nTechnology support:\r\n\r\n|Framework|Platform_Android|Platform_iOS|Usage|\r\n|-|-|-|-|\r\n|React Native`0.66`|5.0+ (API 21)|11.0+ (iPhone 8)|\u003e94.1% / \u003e98%|\r\n|Flutter`2.5`|4.4+ (API 19)|9.0+ (iPhone 6s)|\u003e98.1% / \u003e98%|\r\n|Apache Cordova`11`|5.1+ (API 22)|11.0+ (iPhone 6s)|\u003e92.3% / \u003e98%|\r\n\r\nSee [Android Studio](https://www.xda-developers.com/android-version-distribution-statistics-android-studio/) and [Apple Support](https://developer.apple.com/support/app-store/).\r\n\r\n## Contribute\r\n\r\nSee [DEVELOP.md](docs/DEVELOP.md)\r\n\r\n## More\r\n\r\nColor pattle: https://dribbble.com/shots/3285924-Reader-for-Selfoss。\r\n\r\n```dir\r\napp root directory\r\n├─files\r\n│  ├─data\r\n│  │  ├─rss-001-id\r\n│  │  │  ├─id-001.xml\r\n│  │  │  ├─id-002.xml\r\n│  │  │  ├─...\r\n│  │  │  └─index.json\r\n│  │  ├─rss-002-id\r\n│  │  ├─rss-003-id\r\n│  │  ├─...\r\n│  │\r\n│  └─settings.json\r\n├─cache\r\n│  ├─images\r\n│  ├─story\r\n│  │  ├─jsond          # Removed, SQLite3 instead\r\n│  │  │  ├─ts+id-001\r\n│  │  │  ├─ts+id-002\r\n│  │  │  ├─ts+id-003\r\n│  │  │  ├─...\r\n│  │  ├─html           # Removed, SQLite3 instead\r\n│  │  │  ├─id-001.html\r\n│  │  │  ├─...\r\n│  │  ├─0\r\n│  │  └─ids\r\n│  ├─...\r\n│\r\n└─...\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitilexuezha%2Fnsreader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flitilexuezha%2Fnsreader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitilexuezha%2Fnsreader/lists"}