An open API service indexing awesome lists of open source software.

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.

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
│ ├─...

└─...
```