Skip to content

Web Interface

A demonstration/toy web interface for remote network access to Elfeed exists in a separate repository. It’s a single-page web application that follows the database live as new entries arrive. It’s packaged separately as ‘elfeed-web’. To fire it up, run ‘M-x elfeed-web-start’ and visit http://localhost:8080/elfeed/ (check your ‘httpd-port’) with a browser. See the ‘elfeed-web.el’ header for endpoint documentation if you’d like to access the Elfeed database through the web API.

It’s rough and unfinished – no keyboard shortcuts, read-only, no authentication, and a narrow entry viewer. This is basically Elfeed’s "mobile" interface. Patches welcome.

There exists the elfeed-cljsrn Android application to access Elfeed via its web API.