This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 [email protected] | |
3 info using [email protected] | |
4 verbose install initial load of /home/pi/pidash/package.json | |
5 warn package.json [email protected] No repository field. | |
6 verbose installManyTop reading scoped package data from /home/pi/pidash/node_modules/babel-core/package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |