https://github.com/asutorufa/electron-feedly
a feedly client by electron
https://github.com/asutorufa/electron-feedly
electron-feedly feedly rss rss-reader
Last synced: about 1 year ago
JSON representation
a feedly client by electron
- Host: GitHub
- URL: https://github.com/asutorufa/electron-feedly
- Owner: Asutorufa
- License: bsd-2-clause
- Created: 2019-08-19T11:22:44.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T14:51:50.000Z (over 1 year ago)
- Last Synced: 2025-05-07T06:04:19.549Z (about 1 year ago)
- Topics: electron-feedly, feedly, rss, rss-reader
- Language: TypeScript
- Homepage:
- Size: 2.12 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# electron-feedly
[](https://github.com/Asutorufa/electron-feedly/releases)

[](https://github.com/Asutorufa/electron-feedly/blob/main/LICENSE)
A simple electron feedly client ,just use electron to make feedly web like a client.
- download: [release](https://github.com/Asutorufa/electron-feedly/releases)
>Since electron-builder 21 desktop integration is not a part of produced AppImage file. AppImageLauncher is the recommended way to integrate AppImages.
So please use AppImageLauncher to create appimage .desktop files.
- build:
```shell
npm install
npm start #this is start
npm run dist #this is build
```
