Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T08:02:09.000Z (almost 8 years ago)
- Last Synced: 2024-10-28T03:40:42.733Z (about 2 months ago)
- Topics: electron, inoreader-rss, rss, rss-reader
- Language: HTML
- Size: 260 KB
- Stars: 21
- Watchers: 3
- 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
![icon](build/icon.png)Disigned by [Double-J](http://www.doublejdesign.co.uk/).
License CC Attribution 4.0.
## Screenshot
![inoreader-list-min](https://cloud.githubusercontent.com/assets/5436704/22830054/2674a16a-efe0-11e6-9a7a-eb7369a64aa4.png)
![inoreader-min](https://cloud.githubusercontent.com/assets/5436704/22830056/27492d22-efe0-11e6-8a56-ef8137e76dc7.png)## 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
```