Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zlogic/nanorss-go

nanoRSS is a simple RSS reader written in Go
https://github.com/zlogic/nanorss-go

bulma-css go pogreb rss rss-reader

Last synced: about 2 months ago
JSON representation

nanoRSS is a simple RSS reader written in Go

Awesome Lists containing this project

README

        

# nanoRSS

[![Build status](https://github.com/zlogic/nanorss-go/actions/workflows/build-go.yml/badge.svg?branch=master)](https://github.com/zlogic/nanorss-go/actions)

nanoRSS is a simple RSS reader written in Go.

Development is in progress, and the project is not production-ready or useful in any way.

## Available configuration options
* REFRESH_INTERVAL_MINUTES
* DATABASE_DIR
* LOG_REQUESTS

## How to build

Download and install the latest version of Go. Then, run

```
go build
```

# Other versions

nanoRSS contains several abandoned proof-of-concepts to test different data storage libraries (which were discarded):

* [PostgreSQL](../../tree/postgres)
* [Pogreb](../../tree/pogreb)
* [Redis](../../tree/redis)

In addition, there was:
* An early attempt to implement a Bootstrap UI with [native HTML and Javascript](../../tree/nativehtml)
* An old version based on [Bootstrap and jQuery](../../tree/bootstrap)
* A version based on [Badger](../../tree/badger)