Feed is a minimalist RSS feed reader inspired by Bubo RSS.
- clone the repository.
- install dependencies (
npm install). - check the
configdirectoryconfig/configs.jsoncontains basic configuration optionsconfig/feeds.jsoncontains RSS feed URLs.- four initial templates are provided. You can use these templates as they are, modify them, or create your own templates to fit your needs.
- build feeds using the provided
build.shscript.
the build command format expected is: ./build.sh {template_string} {feed_json_string},
you can build the project and output to an HTML file with the following command:
./build.sh "$(cat config/latest-full-template.html)" "$(cat config/feeds.json)" > output.html