RSS Reader

Simple Desktop RSS Reader made using VueJS.

Features

  • [x] Full Article Read
  • [x] Subscribing to news feed
  • [x] Marking as read/unread
  • [x] Marking as favourite
  • [x] Open article link in external browser
  • [x] Responsive
  • [ ] Exporting feed in OPML format
  • [ ] Offline reading
  • [ ] Windows support

Developer Notes

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build


# lint all JS/Vue component files in `src/`
npm run lint

# copy config.example.js in renderer to config.js by executing cp config.example.js config.js and set Mercury parser token
cp src/renderer/config.example.js config.js

GitHub