Skip to content

Instantly share code, notes, and snippets.

@guyromm
Last active September 24, 2019 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guyromm/f3f24592131d2826f1d017125297d964 to your computer and use it in GitHub Desktop.
Save guyromm/f3f24592131d2826f1d017125297d964 to your computer and use it in GitHub Desktop.
esnextbin sketch
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>ESNextbin Sketch</title>
<!-- put additional styles and scripts here -->
</head>
<body>
<!-- put markup and other contents here -->
</body>
</html>
import GoogleSpreadsheet from 'google-spreadsheet';
console.log('spread',GoogleSpreadsheet)
alert('success');
{
"name": "esnextbin-sketch",
"version": "0.0.0"
}
'use strict';
var _googleSpreadsheet = require('google-spreadsheet');
var _googleSpreadsheet2 = _interopRequireDefault(_googleSpreadsheet);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
console.log('spread', _googleSpreadsheet2.default);
alert('success');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment