Skip to content
This repository has been archived by the owner on Jul 5, 2018. It is now read-only.

An interactive word-cloud of topics, displaying engagement volume and sentiment.

Notifications You must be signed in to change notification settings

stefanpearson/word-cloud-party

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Cloud Party

An interactive word-cloud of topics, displaying engagement volume and sentiment. A demo is available here.

alt tag

Design decisions

Server

  • Server app is responsible for serving both the client assets and REST API
  • Integration tests

Client

  • React app handles client-side rendering with a clean component heirarchy
  • Flux architecture takes care of application actions and object stores using Alt
  • HTML uses BEM for sane namespacing
  • Sass split into BEM components
  • Components components components
  • Unit tests for controller-views, flux and networking

Installation

npm install

Environment variables

A .env file in the root provides some development defaults, but should not be used in production.

Key Description
NODE_ENV Environment e.g. production, development
PROTOCOL http, https
PORT Port for incoming HTTP requests (PaaS should set this automatically)
HOST Used to construct the base URL
LOG_LEVEL debug for development, info for production

Running

To run the build and server:

npm start

Should you need to watch the Sass & client-side JS during development:

npm run dev

To do ⏱

  • Animation when state changes
  • Show detail in flyout menu for small-screen displays
  • Isomorphic rendering on the server

About

An interactive word-cloud of topics, displaying engagement volume and sentiment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published