Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bkeepers/readable.news
Social news made into a readable feed.
https://github.com/bkeepers/readable.news
atom feed-reader hackernews news rss social-news
Last synced: 9 days ago
JSON representation
Social news made into a readable feed.
- Host: GitHub
- URL: https://github.com/bkeepers/readable.news
- Owner: bkeepers
- License: agpl-3.0
- Created: 2023-06-11T01:42:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T02:19:41.000Z (about 2 months ago)
- Last Synced: 2024-10-09T10:42:33.704Z (about 1 month ago)
- Topics: atom, feed-reader, hackernews, news, rss, social-news
- Language: Vue
- Homepage: https://readable.news
- Size: 1.3 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Readable News](https://readable.news)
Social news made into a readable feed.
1. ๐ฐ Gets the latest news from social news sites (currently only Hacker News)
2. ๐งน Runs them through [Mozilla's readability](https://github.com/mozilla/readability) library
3. ๐ฆ Packages them into a feed## Try It Out
Visit https://readable.news and subscribe in your favorite feed reader.
## Contributing
Readable News is written in JavaScript, with an [API](./api) running on [Vercel](https://vercel.com) and a [frontend](./src) built with [Vue](https://vuejs.org).
You can run it locally with:
```
$ yarn install
$ vercel dev
```## License
[AGPL-3.0](./LICENSE)