Skip to content

Commit

Permalink
First release
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwett committed Sep 13, 2015
1 parent e64c59c commit d85c3d9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions README.md
Expand Up @@ -2,7 +2,7 @@

> Word Cloud custom element
>
> Work in progress, not really ready yet
> Work in progress, not really ready yet, but try it out and give your feedback!
>

Expand Down Expand Up @@ -51,8 +51,13 @@ options | *Object* | | Options. Current options are: maxFo

## History

For detailed changelog, check [Releases](https://github.com/erikwett/upper88-wordcloud/releases).
For detailed changelog, check [Releases](https://github.com/erikwett/upper88-wordcloud/releases). (Not much there yet...)

## Library used
[wordcloud2.js](https://github.com/timdream/wordcloud2.js) - word cloud library by [timdream](https://github.com/timdream).

## License

[MIT License](http://opensource.org/licenses/MIT)
[MIT License](http://opensource.org/licenses/MIT) - so go ahead and use it!!


2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "upper88-wordcloud",
"version": "0.0.1",
"version": "0.1.0",
"description": "Word Cloud Custom Element",
"license": "MIT",
"main": "upper88-wordcloud.html",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -29,7 +29,7 @@ <h1>upper88-wordcloud demo</h1>
<!-- Runs custom element -->
<!--upper88-wordcloud data='[["Country", "Gold Medals"], ["Jan", 31], ["Feb", 28], ["Mar", 31]]'>
</upper88-wordcloud-->
<upper88-wordcloud options='{"maxFont":60}'rows='[["Kenya", 7], ["Jamaica", 7], ["United States", 6], ["Great Britain", 4], ["Ethiopia", 3], ["Poland", 3], ["Canada", 2], ["Germany", 2], ["Russia", 2], ["Cuba", 2]]'>
<upper88-wordcloud options='{"maxFont":60}' rows='[["Kenya", 7], ["Jamaica", 7], ["United States", 6], ["Great Britain", 4], ["Ethiopia", 3], ["Poland", 3], ["Canada", 2], ["Germany", 2], ["Russia", 2], ["Cuba", 2]]'>
</upper88-wordcloud>

</body>
Expand Down

0 comments on commit d85c3d9

Please sign in to comment.