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

https://github.com/ike/chat-stats

Get word count statistics from a chatroom.
https://github.com/ike/chat-stats

Last synced: about 1 month ago
JSON representation

Get word count statistics from a chatroom.

Awesome Lists containing this project

README

          

# Chat Stats
Get word count statistics from a chatroom.

# Installation
Before you run Chat Stats, make sure you are using Node v6.11.1.

To install Chat Stats, clone the repo into a new directory and run `npm i`. To start Chat Stats, run `npm start`.

One-liner:

```
git clone git@github.com:ike/chat-stats && cd chat-stats && npm i && npm start
```

# Diagrams

## Entity Relationship Diagram

![ERD](https://dl.dropboxusercontent.com/s/krbnwzd5jeu2jo9/Model__Data%20Model1__ERDDiagram1_1.jpg)

## Message Creation Sequence Diagram
![SD](https://dl.dropboxusercontent.com/s/0cn56jb4xxow3k0/Model__Collaboration1__Interaction1__Message%20Creation_2.jpg)