useshortcut / project-analytics

Visualize Clubhouse Project data using Google Charts.

Home Page:https://clubhouse.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clubhouse Project Analytics

Example Project Screenshot

A historical library that fetches data from your Clubhouse organization and displays various metrics using Google Charts. Demonstrates how to combine the Clubhouse API and Google Charts to create an analytics dashboard that measures any arbitrary aspect of your Clubhouse data.

⚠️ Note that this repo is unmaintained, unsupported, and for historical reference only.

Installation

Install Node.js on your machine if you don't already have it installed.

# Clone the repo.
git clone git@github.com:clubhouse/project-analytics.git
cd project-analytics

# Install node dependencies. You only need to do this once.
npm install

# Add your Clubhouse API token as an environment variable.
# (Go to Clubhouse > Settings > Your Account > API Tokens to create one.)
CLUBHOUSE_API_TOKEN="MY TOKEN"

Usage

# Fetch and compile your data by project. You can use a partial project name,
# e.g. "AP" will match projects starting with both "API" and "App". Leaving off
# the project-name will list the projects you have access to.
node fetch.js <project-name>

# Or, just fetch and compile data for all active (non-archived) projects:
node fetch.js all

# Finally, open the HTML file in your browser and select a project:
open index.html

About

Visualize Clubhouse Project data using Google Charts.

https://clubhouse.io

License:MIT License


Languages

Language:JavaScript 81.4%Language:CSS 10.8%Language:HTML 7.8%