Is there an API that can take a URL and return a tagcloud datastructure?
|
feedback
|
|
This shouldn't be so hard to accomplish; there are plenty of libraries that generate tag clouds from text, so you can just fetch the web page, strip the HTML tags, and feed the result to the tag cloud library. What programming language will you be using? Edit: the TagCrowd web service appears to do exactly what you want; however, it's license states that "automated/programmatic use is not permitted", so if that's what you want, you should probably go with the first option. | |||
|
feedback
|