Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
/ FeedReader Public archive

A simple and beautiful electron app to read RSS and ATOM feeds

License

Notifications You must be signed in to change notification settings

YannickFricke/FeedReader

Repository files navigation

FeedReader Build Status Coverage Status Join the chat at https://gitter.im/RSS-ATOM-FeedReader/Lobby Greenkeeper badge

FeedReader is an electron application for reading RSS feeds in a beautiful GUI. It also supports ATOM feeds.

Requirements

Installation

Clone or download this repository.

Install all dependencies

yarn install

Run the "start" script with

yarn run start

Then an electron window should appear

Packaging

Package for Windows and Linux

To package this application you need to run the build:prod script first with:

yarn run build:prod

Otherwise electron-builder can't find the source script for the packaging process.

Then run

yarn run package

to package the application for Windows and Linux. The Mac OS build is currently excluded from it.

Package for Mac OS

When you want to package the application for Mac OS you need Mac OS and XCode for building it.

Then run

yarn run electron-builder build -m

for building for the Mac OS platform.

Currently we build for all three platforms with Travis-CI.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Run tests with the following command

yarn test

License

MIT

Credits

Icon made by Agata Kuczminska from https://www.flaticon.com/ which is licensed under CC 3.0 BY

About

A simple and beautiful electron app to read RSS and ATOM feeds

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published