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

https://github.com/yujiahaol68/rossy

An out of box and self-host rss web reader
https://github.com/yujiahaol68/rossy

command-line-tool feed-reader full-stack gin go rss rss-reader rss-web-reader vue webapp websocket

Last synced: 3 months ago
JSON representation

An out of box and self-host rss web reader

Awesome Lists containing this project

README

          

# rossy

_self-host RSS web reader in Golang_

![build](https://img.shields.io/travis/yujiahaol68/rossy/master.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/yujiahaol68/algo)](https://goreportcard.com/report/github.com/yujiahaol68/rossy)
[![Coverage Status](https://coveralls.io/repos/github/yujiahaol68/algo/badge.svg)](https://coveralls.io/github/yujiahaol68/rossy)

## Description

`rossy` provides out of box full feature RSS Reader API powered by [gin](https://github.com/gin-gonic/gin) and SQLITE. You can self-host rossy reader in your local env. Just by running released binary can give you exactly the same function like other online RSS reader. But you can also keep your data in local.

## Feature

* Out of box RSS local web reader
* Self-host and data safe
* Default web interface
* RSS/Atom Feed Subscribe
* Fast feed fetching
* Full text parsing (TODO)
* dockerfile for self deploy (TODO)

### The first release version is still under development. COMING SOON

## License

This project is licensed under the [Apache License](https://raw.githubusercontent.com/yujiahaol68/rossy/master/LICENSE)