modulepackage
0.0.0-20230327080323-e3797e0b99a5
Repository: https://github.com/zlogic/nanorss-go.git
Documentation: pkg.go.dev
# README
nanoRSS
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):
In addition, there was:
- An early attempt to implement a Bootstrap UI with native HTML and Javascript
- An old version based on Bootstrap and jQuery
- A version based on Badger