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!
- Host: GitHub
- URL: https://github.com/chrisrzhou/wordcloud-generator
- Owner: chrisrzhou
- License: mit
- Created: 2018-02-25T10:08:12.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2020-09-15T04:37:44.000Z (about 5 years ago)
- Last Synced: 2025-04-19T17:54:24.803Z (6 months ago)
- Topics: create-react-app, d3, io, nlp, visualization, wordcloud, wordcloud-generator
- Language: JavaScript
- Homepage: https://wordcloud-generator.netlify.app/
- Size: 400 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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.
[](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