An open API service indexing awesome lists of open source software.

https://github.com/chrisrzhou/wordcloud-generator

Create and share wordcloud visualizations!
https://github.com/chrisrzhou/wordcloud-generator

create-react-app d3 io nlp visualization wordcloud wordcloud-generator

Last synced: about 1 month ago
JSON representation

Create and share wordcloud visualizations!

Awesome Lists containing this project

README

          

# Wordcloud Generator

A modern wordcloud generator based on the [original wordcloud generator][original-wordcloud-generator] by Jason Davies.

Built using the [`react-wordcloud`][react-wordcloud] and [`unified-doc`][unified-doc] packages.

## Run

Run locally with
```sh
npm install
npm start
```

Deploy your own Netlify instance and configure your forked repo with the button below.

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/chrisrzhou/wordcloud-generator)

## Features
* Edit content or upload a text file in the **Content** section.
* Configure wordcloud and content tokenizers using the **Settings** button.
* Select words from the wordcloud to preview them in the document.
* Save the wordcloud as an image.

[original-wordcloud-generator]: https://www.jasondavies.com/wordcloud/
[unified-doc]: https://github.com/unified-doc/unified-doc
[react-wordcloud]: https://github.com/chrisrzhou/react-wordcloud