https://github.com/xcodebuild/inoreader-app
Unofficial electron app for inoreader
https://github.com/xcodebuild/inoreader-app
electron inoreader-rss rss rss-reader
Last synced: 8 months ago
JSON representation
Unofficial electron app for inoreader
- Host: GitHub
- URL: https://github.com/xcodebuild/inoreader-app
- Owner: xcodebuild
- Created: 2017-02-10T13:23:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T08:02:09.000Z (almost 9 years ago)
- Last Synced: 2025-03-30T09:21:31.375Z (9 months ago)
- Topics: electron, inoreader-rss, rss, rss-reader
- Language: HTML
- Size: 260 KB
- Stars: 22
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inoreader App
A electron app for [inoreader](https://www.inoreader.com/).
## Icon

Disigned by [Double-J](http://www.doublejdesign.co.uk/).
License CC Attribution 4.0.
## Screenshot


## Download
You can download the latest release [here](https://github.com/codefalling/inoreader-app/releases).
## Development
```bash
$ npm install
$ npm run app
```
## Distribute
```bash
$ npm run dist:mac
$ npm run dist:linux
$ npm run dist:win
```