From ed3b03e38740f470a500e827252794bbbd66a9fd Mon Sep 17 00:00:00 2001 From: nkanaev Date: Mon, 14 Sep 2020 20:34:11 +0100 Subject: [PATCH] Update readme.md --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index 6acad2c..1ccc610 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,14 @@ yet another rss reader. ![screenshot](https://github.com/nkanaev/yarr/blob/master/artwork/promo.png?raw=true) +*yarr* is a server written in Go with the frontend in Vue.js. The storage is backed by SQLite. + +The goal of the project is to provide a desktop application accessible via web browser. +Longer-term plans include a self-hosted solution for individuals. + +There are plans to add support for mobile & table resolutions. +Support for 3rd-party applications (via Fever API) is being considered. + ## build Install `Go >= 1.14` and `gcc`, then run: