Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.1 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.1 KB

purescript-comonad-rss

RSS feed reader written for the second part of my bachelor thesis: A Real-World Application with a Comonadic User Interface, which features an extension of the model presented by Phil Freeman on Declarative UIs are the Future — And the Future is Comonadic! with support for asynchronous effects in response to user interaction and composition of components with powerful communication schemes.

Screenshot

Build instructions

In order to build this application one must have the PureScript compiler (version 0.12.0) installed, as well as the npm and bower tools for package management.

After installing the prerequisites, run:

make

TODOs

  • Load feeds from local storage;
  • Save new feeds to local storage;
  • Add link to original article in RSS items;
  • Improve initial loading.