Skip to content

Instantly share code, notes, and snippets.

View sinumohammed's full-sized avatar

Sinosar TK sinumohammed

  • Tata Consultancy Services
  • Malappuram
View GitHub Profile
@sinumohammed
sinumohammed / google-sheet-to-json.js
Created September 24, 2019 00:44 — forked from jonobr1/google-sheet-to-json.js
A node.js script to convert a Google Sheet into a JSON object
/**
* Simple Node.js script to turn a specific page on a Google Sheet
* into a JSON object for the main purpose of HTML Templating.
*
* @author jonobr1 / http://jonobr1.com
*
*/
var https = require('https');
var path = require('path');
@sinumohammed
sinumohammed / google-sheet-to-json.js
Created September 24, 2019 00:44 — forked from jonobr1/google-sheet-to-json.js
A node.js script to convert a Google Sheet into a JSON object
/**
* Simple Node.js script to turn a specific page on a Google Sheet
* into a JSON object for the main purpose of HTML Templating.
*
* @author jonobr1 / http://jonobr1.com
*
*/
var https = require('https');
var path = require('path');