https://github.com/litilexuezha/nsreader
A simple RSS reader on mobile.
https://github.com/litilexuezha/nsreader
android atom feeds react-native reader rss
Last synced: about 2 months ago
JSON representation
A simple RSS reader on mobile.
- Host: GitHub
- URL: https://github.com/litilexuezha/nsreader
- Owner: LitileXueZha
- License: gpl-3.0
- Created: 2021-10-05T21:48:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T12:38:51.000Z (over 3 years ago)
- Last Synced: 2025-12-10T02:36:49.782Z (6 months ago)
- Topics: android, atom, feeds, react-native, reader, rss
- Language: JavaScript
- Homepage:
- Size: 604 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NSReader
A great RSS reader on mobile.
## Minimal System Requirement
+ Android 5.0+
+ iOS 11.0+ (TODO)
Technology support:
|Framework|Platform_Android|Platform_iOS|Usage|
|-|-|-|-|
|React Native`0.66`|5.0+ (API 21)|11.0+ (iPhone 8)|>94.1% / >98%|
|Flutter`2.5`|4.4+ (API 19)|9.0+ (iPhone 6s)|>98.1% / >98%|
|Apache Cordova`11`|5.1+ (API 22)|11.0+ (iPhone 6s)|>92.3% / >98%|
See [Android Studio](https://www.xda-developers.com/android-version-distribution-statistics-android-studio/) and [Apple Support](https://developer.apple.com/support/app-store/).
## Contribute
See [DEVELOP.md](docs/DEVELOP.md)
## More
Color pattle: https://dribbble.com/shots/3285924-Reader-for-Selfoss。
```dir
app root directory
├─files
│ ├─data
│ │ ├─rss-001-id
│ │ │ ├─id-001.xml
│ │ │ ├─id-002.xml
│ │ │ ├─...
│ │ │ └─index.json
│ │ ├─rss-002-id
│ │ ├─rss-003-id
│ │ ├─...
│ │
│ └─settings.json
├─cache
│ ├─images
│ ├─story
│ │ ├─jsond # Removed, SQLite3 instead
│ │ │ ├─ts+id-001
│ │ │ ├─ts+id-002
│ │ │ ├─ts+id-003
│ │ │ ├─...
│ │ ├─html # Removed, SQLite3 instead
│ │ │ ├─id-001.html
│ │ │ ├─...
│ │ ├─0
│ │ └─ids
│ ├─...
│
└─...
```