RSS Reader for Ubuntu Touch
Please feel free to help making this app better by opening an issue or create a fork. Together we can make this the ultimate RSS Reader app for all Ubuntu Touch devices.
The RSS Reader is designed to work with Ubuntu Touch and should be installed through Ubuntu Store.
The tests are written for jasmine in combination with grunt. Run npm install
once to install the dependencies. Then run tests with npm test
. All tests should be checked before each commit to ensure every commit results in a runable app.
If npm in not yet installed (or complains about nodejs not found) and you work in an Ubuntu environment, you can install it by running apt-get install nodejs-legacy npm
once.