34 lines
1.3 KiB
YAML
34 lines
1.3 KiB
YAML
Categories:
|
||
- Reading
|
||
License: GPL-3.0-or-later
|
||
SourceCode: https://github.com/agnelvishal/newsDiet
|
||
IssueTracker: https://github.com/agnelvishal/newsDiet/issues
|
||
|
||
AutoName: News
|
||
Summary: A news recommendation engine with user customizable parameters
|
||
Description: News apps like Google News, Flipboard, BBC show trending articles written
|
||
a day or two back. If say there are hundred articles written in a day, these news
|
||
apps pick just a few of them. It is a time saving feature. But they lack a key
|
||
flexibility. Consider you haven’t read any news for the last 1 monthor 1 year.
|
||
If you open any of the news apps or news websites, you will still be shown trending
|
||
articles written a day or two back and not last month or last year. Hence this
|
||
app picks popular articles of a website in a time range we specify. For example,
|
||
techcrunch.com has 292,172 articles. But this app sorts all those articles based
|
||
on popularity. This app is a a webview of www.condense.press and has PWA(Progressive
|
||
Web App) features.
|
||
|
||
RepoType: git
|
||
Repo: https://github.com/agnelvishal/newsDiet
|
||
|
||
Builds:
|
||
- versionName: '1.4'
|
||
versionCode: 18
|
||
commit: v1.4
|
||
gradle:
|
||
- yes
|
||
|
||
AutoUpdateMode: Version v%v
|
||
UpdateCheckMode: Tags
|
||
CurrentVersion: '1.2'
|
||
CurrentVersionCode: 18
|