A mobile webapp for Tiny Tiny RSS
This webapp is a client for Tiny Tiny RSS. It uses its JSON API.
I started working on this because the default mobile version was somtimes slow, limited and not in good shape for future development.
ttrss-mobile is using:
conf.js-dist
to conf.js
and set the variable window.apiPath
pointing to your Tiny Tiny RSS installation.You need node.js to make a build but you can still hack without it.
You should not put this webapp in a subdir of your Tiny Tiny RSS install. On update, it could be wiped. For more info, see this post from HunterZ on the forum.
Make sure that the user you'll use to connect has the API activated in Tiny Tiny RSS preferences :
Actions
-> Preferences
Configuration
-> Enable external API
If you want to host this webapp on another hostname than your Tiny Tiny RSS instance, you'll find a solution using CORS in this issue.
max-width: 100%
in CSS)Other features to come are tracked as issues. Feel free to give a hand or request things :-)
ttrss-mobile is Free Software under the AGPLv3
The tt-rss project is licensed under the GPLv3 LICENSE, source is the original tt-rss project.