GitXplorerGitXplorer
m

ress

public
0 stars
0 forks
6 issues

Commits

List of commits on branch master.
Unverified
e09fe9c6acc0aca6dce60278de63e411a545b751

Take both Content and Description. Show description.

mmluts committed 8 years ago
Unverified
2ce702b6207ce2afbf22fcffc4e0a921ff0204e7

Compile scss correctly

mmluts committed 8 years ago
Unverified
4fb51611913f64923866b6d1075b2f8f56f59fd4

Show content when selected an item

mmluts committed 8 years ago
Unverified
f15db2285404db5b256c235ea4de1204c5e0e32d

Recompile assets using guard

mmluts committed 8 years ago
Unverified
f0f454a7767427d695fa125e48ae75fd52f183ab

Improve Rakefile

mmluts committed 8 years ago
Unverified
7299e07b87e53466b1eef0dab7688c02cc20d7f4

Build the project with assetfs using rake

mmluts committed 8 years ago

README

The README file for this repository.

ress

The RSS Aggregator

Motivation

I'm working on this rss aggregator as an alternative for tiny tiny rss, it should have more consistent, minimalistic api and should be faster when running on my raspberry pi.

API

GET 		/feeds
POST 		/feeds
GET 		/feeds/[0-9]+
DELETE 	/feeds/[0-9]+
GET 		/feeds/[0-9]+/items
POST 		/feeds/[0-9]+/items/read
DEETE 	/feeds/[0-9]+/items/read