##Sourcely - Top Sources for Your Tech Stories
See it: Sourcely
Sourcely was conceived as a better way to provide RSS news aggregation. When subscribed to RSS feeds, we regularly ran into multiple articles covering the same story. Sourcely aggregates similar news articles into story clusters - allowing you to choose which article(s) you want to read from.
Sourcely is written in Javascript, CSS (utilizing SASS) and HTML and uses AngularJS on the client side. The API server is an Express (NodeJS) server and the data is served by a MongoDB instance on MongoHQ. The web scraping and clustering of RSS feeds is performed by a Python Flask server, utilizing a tf-idf algorithm for clustering.