Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```