pbinkley / twarc-report

Data conversions and examples for generating reports from twarc collections using tools such as D3.js
Creative Commons Zero v1.0 Universal
55 stars 6 forks source link

Add d3wordcloud.py to generate animated wordcloud #6

Closed pbinkley closed 9 years ago

pbinkley commented 9 years ago

Add d3wordcloud.py and templates/wordcloud.html to generate animated wordclouds. The required d3.layout.wordcloud.js library is in assets/ directory, and is based on a fork of a fork of Jason Davies' d3-cloud project.