Skip to content

yucc136/Feeder

Repository files navigation

License

GPLv2, for more info see LICENSE.

How to clone

Since I have a submodule in this repo, remember to clone recursively:

git clone --recursive https://github.com/spacecowboy/Feeder.git

This is equivalent to doing it in two steps:

git clone https://github.com/spacecowboy/Feeder.git
git submodule update --init --recursive

How to build Android client?

Quick install:

./gradlew installKitkatDebug

For more possible options, see:

./gradlew tasks

How to run the server?

See server/flaskapp.

About

Android RSS reader app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published