Sensemaking Tools Documentation - v1.0.0

Sensemaking Tools

This repo is meant to help with sensemaking for voting tasks. Comment and vote data can be summarized and categorized. Please see https://jigsaw-code.github.io/sensemaking-tools for a full breakdown of available methods and types.

First make sure you have npm installed (apt-get install npm on Ubuntu-esque systems).

Next install the project modules by running

npm install
sudo apt install -y google-cloud-cli

gcloud config set project <your project name here>
gcloud auth application-default login

Unit tests can be run with the following command:

npm test