Inoreader for Linux is an unofficial desktop application of Inoreader. It provides Linux users access to the Inoreader without using a web browser. It offers every features of the web version of Inoreader including notifications. It use nwjs to embed the web version in a window container and some scripts to improve the user experience (Ex: Loader).
If you want to run it by yourself, please follow the following instructions.
$ git clone [email protected]:adriannovegil/inoreader-linux.git
$ cd inoreader-linux
Install locally to your project with: npm install nw
You can also install globally with npm install nw -g
and then in any project type nw to run the project. Installing locally is recommended though as each project can have its own dependent version of nw.js
Finally, you can run the app running the following command:
$ ./node_modules/.bin/nw .
Pull requests for new features, bug fixes, and suggestions are welcome!
Licensed under the GPL License Version 2.