Skip to content

Instantly share code, notes, and snippets.

@remydavid
Last active December 4, 2018 07:46
Show Gist options
  • Save remydavid/ee421bb02ef4a9ffc70168fcee0d571c to your computer and use it in GitHub Desktop.
Save remydavid/ee421bb02ef4a9ffc70168fcee0d571c to your computer and use it in GitHub Desktop.
{
"name": "data-studio-refresh-monkey",
"version": "1.0.0",
"description": "Headless Chrome script to refresh Data Studio reports",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"engines": {
"node": "8.x.x"
},
"author": "remy.david",
"license": "MIT",
"dependencies": {
"@google-cloud/logging-winston": "^0.10.0",
"express": "^4.16.3",
"puppeteer": "^1.8.0",
"winston": "^3.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment