Self-hosted, template based RSS feed generator for websites without one. It allows you to create quick templates without using any programming language. It also provides a simple interface for managing your feeds and schemes. It works only as an API at the moment.
If you have configured schemes:
curl 'http://localhost:8080/v1/scheme/example'If you do not want to add schemes:
curl 'http://localhost:8080/v1/feed?url=https://niebezpiecznik.pl&title=niebezpiecznik&desc=example&item_sel=.post&item_title_sel=.title%20h2%20a&item_desc_sel=.entry%20p&item_url_sel=.entry%20a'