ReaderNews is a Javascript server-less application which shows how to use the Superfeedr Retrieve API to build a very basic feed reader.
It uses Reactjs for its code, and Bootstrap for its layout.
Prior to everything we created a Superfeedr subscriber account with the login readersnews and created a token with the retrieve right associated to it.
We then selected a bunch of feeds needed by our reader and subscribed to them using the subscribe API or the Superfeedr Console, and we retrieve and subscribe to the feed using Superfeedr's EventSource endpoint for a more realtime approach.
If you change the src/*.jsx
files, run jsx src/ js/
!