Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allouis/sentiment-wordcloud
https://github.com/allouis/sentiment-wordcloud
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/allouis/sentiment-wordcloud
- Owner: allouis
- Created: 2014-10-21T09:48:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-23T10:58:03.000Z (about 10 years ago)
- Last Synced: 2024-04-15T15:35:07.891Z (7 months ago)
- Language: JavaScript
- Size: 201 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordcloud project
To install:
```
npm install
```
Depending on your setup you may need to `sudo` the above command.```
npm run build
```This will build our `app.js`
Sometimes the build will fail, I haven't quite worked out why, but this can be fixed by running
```
npm install handlebars
```
> N.B. I cannot replicate this on my other machine - may be a problem with my personal setup