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.
- REFRESH_INTERVAL_MINUTES
- DATABASE_DIR
- LOG_REQUESTS
Download and install the latest version of Go. Then, run
go build
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