https://github.com/mk-conn/nextfeed2
Laravel + Ember Newsfeed App
https://github.com/mk-conn/nextfeed2
atom-feed ember emberjs emberjs-frontend json-api laravel php71 rss-reader zend-feed
Last synced: 3 months ago
JSON representation
Laravel + Ember Newsfeed App
- Host: GitHub
- URL: https://github.com/mk-conn/nextfeed2
- Owner: mk-conn
- Archived: true
- Created: 2017-09-07T14:42:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T23:55:06.000Z (over 3 years ago)
- Last Synced: 2025-01-17T03:42:25.415Z (3 months ago)
- Topics: atom-feed, ember, emberjs, emberjs-frontend, json-api, laravel, php71, rss-reader, zend-feed
- Language: HTML
- Size: 7.39 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nextfeed 2
Nextfeed is a rss feed agreggator. Initially it was just an EmberJS frontend which consumed feeds from a Nextcloud Newsfeed installation. Unfortunately,
the API was not really handy in terms of consuming and dealing with feeds and articles so Nextfeed 2 is now based on Laravel and Zend-Feed.## Websocket integration
Install the server
`npm install -g laravel-echo-server`Copy laravel-echo-server.example.json to laravel-echo-server.json and ajust values.
Start artisan queue: `php artisan queue:work` - its good advise to have this all handled by supervisor.