Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)