Skip to content

bkeepers/readable.news

Repository files navigation

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 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 running on Vercel and a frontend built with Vue.

You can run it locally with:

$ yarn install
$ vercel dev

License

AGPL-3.0