A word cloud of my gitter messages for Monarch Init from 2016-2019
# Clone gitter-log (credit https://github.com/DoctorBud/gitter-log)
git clone https://github.com/kshefchek/gitter-log
npm install
npm run log
# Pull out my messages
cat mylog.json | jq '.[] | select(.fromUser.username == "kshefchek")' | jq -r .text >> gitter.txt