{"id":23002596,"url":"https://github.com/ziyank/googlesheetstojson","last_synced_at":"2025-08-14T01:31:24.856Z","repository":{"id":57252474,"uuid":"339060337","full_name":"ZiyanK/googlesheetstojson","owner":"ZiyanK","description":"An npm package to read Google Sheets data and convert it to JSON without publishing it to the web","archived":false,"fork":false,"pushed_at":"2021-02-15T14:04:16.000Z","size":50,"stargazers_count":25,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-22T12:11:23.588Z","etag":null,"topics":["googlesheets","json","npm-package"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/googlesheetstojson","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZiyanK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-15T11:47:01.000Z","updated_at":"2024-02-26T19:49:38.000Z","dependencies_parsed_at":"2022-08-31T22:20:57.580Z","dependency_job_id":null,"html_url":"https://github.com/ZiyanK/googlesheetstojson","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ZiyanK/googlesheetstojson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZiyanK%2Fgooglesheetstojson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZiyanK%2Fgooglesheetstojson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZiyanK%2Fgooglesheetstojson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZiyanK%2Fgooglesheetstojson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZiyanK","download_url":"https://codeload.github.com/ZiyanK/googlesheetstojson/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZiyanK%2Fgooglesheetstojson/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270347431,"owners_count":24568569,"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-13T02:00:09.904Z","response_time":66,"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":["googlesheets","json","npm-package"],"created_at":"2024-12-15T07:11:38.825Z","updated_at":"2025-08-14T01:31:24.569Z","avatar_url":"https://github.com/ZiyanK.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# googlesheetstojson\n\n![banner](assets/banner.png)\n\nAn npm package to read Google Sheets data and convert it to JSON without publishing it to the web. Simply change Share access to \"Anyone with the link can View\".\n\nGive a ⭐ if you found this package interesting!\n\n## Why is it different\n\nIt is not required to \"Publish to Web\" in order for this package to work. Simply change Share access and it is ready to go. \n\n## Installation\n\n```bash\n$ npm install googlesheetstojson\n```\n\n## Usage \n\n```js\nconst { JSONFromURL, JSONFromSheetID } = require(\"googlesheetstojson\");\n\nconst URLexample = async (url) =\u003e {\n\tdata = await JSONFromURL(url);\n\tconsole.log(data);\n}\n\nconst IDexample = async (id) =\u003e {\n\tdata = await JSONFromSheetID(id);\n\tconsole.log(data);\n}\n\nURLexample(\"https://docs.google.com/spreadsheets/d/13WicsCYCAI8SwP_g8n7hiwb4BAEBZ0cJDBfGqGuZBwU/edit#gid=0\");\nIDexample(\"13WicsCYCAI8SwP_g8n7hiwb4BAEBZ0cJDBfGqGuZBwU\")\n```\n\n## Contributions\n\n- Feel Free to create a PR/Issue for any feature or bug(s).\n- Make sure you follow the community guidelines!\n- Have a feature request? Open an Issue!\n\n## License\n\nThis package is licensed under [MIT](https://github.com/ZiyanK/googlesheetstojson/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziyank%2Fgooglesheetstojson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziyank%2Fgooglesheetstojson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziyank%2Fgooglesheetstojson/lists"}