Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wilderborn/rss-for-the-rest-of-us
A simple RSS reader built on Laravel. For the rest of us.
https://github.com/wilderborn/rss-for-the-rest-of-us
application laravel laravel-mix laravel54 rss rss-reader
Last synced: about 1 month ago
JSON representation
A simple RSS reader built on Laravel. For the rest of us.
- Host: GitHub
- URL: https://github.com/wilderborn/rss-for-the-rest-of-us
- Owner: wilderborn
- Created: 2017-05-19T17:12:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T21:24:54.000Z (over 7 years ago)
- Last Synced: 2024-09-28T19:04:03.774Z (about 2 months ago)
- Topics: application, laravel, laravel-mix, laravel54, rss, rss-reader
- Language: PHP
- Homepage: https://rss.fortherestof.us
- Size: 274 KB
- Stars: 17
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## RSS for the rest of us.
This is an RSS Reader built for the rest of us. Simple and easy to use, it's like Netflix for your feeds using the [new JSON format](https://jsonfeed.org/version/1). XML is dead. Long live RSS.
## About this application
It's running on and we automatically deploy changes to `master` into production. [We](https://wilderborn.com) built it in an afternoon as a diversion from our regular responsibilities. Turns out, it's kinda cool.
## How to hack on it yourself
RSS FTROU is built on [Laravel](https://laravel.com). To get started, clone (or fork) the repo for follow these steps:
- Copy the `.env.example` file to `.env` and set appropriate database settings
- Run `composer install`
- Run `yarn && yarn run dev`
- Hack away!## Contributing
Thank you for considering contributing! We'll accept Pull Requests for features, just make sure they're easy to test. That's it, no need to make this any more complicated.
## License
RSS For the Rest of US is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).