Sometime ago I was wondering if it was possible to create a bird’s eye view of a website. A view, that will showcase contents of a website visually and group similar pages/posts. Also I thought it would be cool if I could navigate the website using this view. I could discover more things faster.
Recently I ended up creating ‘Feed Visualizer‘. Feed Visualizer is a tool that can cluster RSS/Atom feed items based on semantic similarity and generate interactive visualization. This tool can be used to generate ‘semantic summary’ of any website by reading it’s RSS/Atom feed. Here is the link to project’s homepage https://github.com/code2k13/feed-visualizer
Here are links to couple of cool interactive visualizations I created using this tool:
Visualization created from around 950 items from Slashdot’s RSS Feed :
https://ashishware.com/static/slashdot_viz.htmlVisualization created from NASA’s RSS Feed :
https://ashishware.com/static/nasa_viz.htmlVisualization created from BCC’s RSS Feed :
https://ashishware.com/static/bbc_viz.htmlVisualization created from Martin Fowler’s Atom Feed :
https://ashishware.com/static/martin_fowler_viz.html
Checkout the tool and generate some cool visualizations yourself. If you like this tool please consider giving a ⭐ on github !