This project demonstrates the act of fetching links to articles from any number of given RSS feeds using the fabulous Laravel framework.
Features include:
- Subscribe to a new feed from the command line.
- Read new article links from all registered feeds.
- Show a list of all available Feeds.
- List all items on the frontpage
- Limit the number of items on the frontpage using pagination.
- Have a page per feed.
- Track read status per user.
TODO:
- Fetch metadata for the articles.