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.
- Host: GitHub
- URL: https://github.com/ike/chat-stats
- Owner: ike
- License: mit
- Created: 2017-09-23T00:43:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T01:58:54.000Z (over 8 years ago)
- Last Synced: 2025-02-24T09:16:54.913Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## Message Creation Sequence Diagram
