Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 505 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 505 Bytes

NOD-Rss-Reader

Simple rss storing and searching build with CakePHP

##Install##

git clone [email protected]:NOD-Studios/NOD-Rss-Reader.git
composer update
vendor/bin/cake bake
vendor/bin/cake scheme update

Add some feeds than click to "Fetch All".

##API##

First page items

/items.json

Next page items

/items/index/page:2.json

Search

/items/search/Example Query.json

(for testing a query with interface: /items/search/Example Query)