Skip to content

Instantly share code, notes, and snippets.

0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'pitft' ]
2 info using npm@2.14.7
3 info using node@v4.2.1
4 verbose install initial load of /home/pi/pidash/package.json
5 warn package.json pidash@1.0.0 No repository field.
6 verbose installManyTop reading scoped package data from /home/pi/pidash/node_modules/babel-core/package.json
@jstrutz
jstrutz / github-contributions-webtask.js
Created February 4, 2016 05:11
Webtask.io Github Contribution Data API-ification! 🤘
"use latest";
/*
* A webtask.io little hack to scrape the github contributions data, and present it in some usable JSON
*
* Setup:
* - Download this file
* - Setup a webtask.io account
* - Upload to webtask.io with something like:
* wt create --name github-contributions github-contributions-webtask.js
@jstrutz
jstrutz / machine.js
Created July 14, 2020 19:05
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions