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
@jonobr1
jonobr1 / google-sheet-to-json.js
Last active April 26, 2024 15:41
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');