{"id":24922856,"url":"https://github.com/liddiard/google-sheets-json","last_synced_at":"2025-08-03T03:04:35.986Z","repository":{"id":57252321,"uuid":"41822758","full_name":"liddiard/google-sheets-json","owner":"liddiard","description":"NPM package to easily get data from public Google Sheets and format the messy API response in a pretty, usable way.","archived":false,"fork":false,"pushed_at":"2015-09-02T19:56:00.000Z","size":124,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-03T03:02:08.942Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liddiard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-02T19:20:20.000Z","updated_at":"2023-08-19T10:50:29.000Z","dependencies_parsed_at":"2022-08-31T22:20:59.292Z","dependency_job_id":null,"html_url":"https://github.com/liddiard/google-sheets-json","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/liddiard/google-sheets-json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liddiard%2Fgoogle-sheets-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liddiard%2Fgoogle-sheets-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liddiard%2Fgoogle-sheets-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liddiard%2Fgoogle-sheets-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liddiard","download_url":"https://codeload.github.com/liddiard/google-sheets-json/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liddiard%2Fgoogle-sheets-json/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268488192,"owners_count":24258235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-02T11:33:54.737Z","updated_at":"2025-08-03T03:04:35.929Z","avatar_url":"https://github.com/liddiard.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# google-sheets-json\n\nGet JSON data from public Google Sheets (spreadsheets) and format the data\nin an easy-to-consume way.\n\n## Quickstart\n\nInstall the package from npm:\n\n```\nnpm install google-sheets-json\n```\n\nUse it in code like this:\n\n```javascript\nvar Spreadsheet = require('google-sheets-json');\n\nvar spreadsheet = new Spreadsheet('my-spreadsheet-id');\n\nspreadsheet.getDefaultWorksheet(function(err, res){\n    console.log(res); // array of objects\n});\n\nspreadsheet.listWorksheets(function(err, res){\n    console.log(res); // array of worksheet ids on this spreadsheet\n});\n\nspreadsheet.getWorksheet('my-worksheet-id', function(err, res){\n    console.log(res); // array of objects\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliddiard%2Fgoogle-sheets-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliddiard%2Fgoogle-sheets-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliddiard%2Fgoogle-sheets-json/lists"}