flambo is a content aggregation platform built upon Node.js.
- Groups to help grouping data by topic
- Collections to let users manage their very own feed
- Sources pull data from various providers, for now:
- RSS feeds
- Meetup
- hoping to add more in the future (contributions are welcome :))
Running the demo is quite easy:
git clone git@github.com:plouc/flambo.git
cd flambo && DEMO=1 make up
open http://localhost:8090/webapp
flambo is made up of several components
- docker (edge channel for volumes mount options)
- docker-compose
- Node 7.6