Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zlogic/nanorss-go
- Owner: zlogic
- License: apache-2.0
- Archived: true
- Created: 2019-03-03T22:49:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T08:04:39.000Z (over 1 year ago)
- Last Synced: 2024-09-26T16:20:50.789Z (about 2 months ago)
- Topics: bulma-css, go, pogreb, rss, rss-reader
- Language: Go
- Homepage:
- Size: 544 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)