{"id":23129990,"url":"https://github.com/jameshawkinss/google-wifi-api-node","last_synced_at":"2025-08-17T06:33:00.969Z","repository":{"id":57252403,"uuid":"420735081","full_name":"JamesHawkinss/google-wifi-api-node","owner":"JamesHawkinss","description":"A Node.js wrapper for the Google WiFi API","archived":false,"fork":false,"pushed_at":"2021-10-25T09:37:29.000Z","size":24,"stargazers_count":14,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T07:26:43.024Z","etag":null,"topics":["google","google-wifi","google-wifi-api"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/google-wifi-api-node","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/JamesHawkinss.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":"2021-10-24T16:24:10.000Z","updated_at":"2025-03-03T06:59:19.000Z","dependencies_parsed_at":"2022-08-31T22:11:05.372Z","dependency_job_id":null,"html_url":"https://github.com/JamesHawkinss/google-wifi-api-node","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JamesHawkinss/google-wifi-api-node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesHawkinss%2Fgoogle-wifi-api-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesHawkinss%2Fgoogle-wifi-api-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesHawkinss%2Fgoogle-wifi-api-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesHawkinss%2Fgoogle-wifi-api-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JamesHawkinss","download_url":"https://codeload.github.com/JamesHawkinss/google-wifi-api-node/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesHawkinss%2Fgoogle-wifi-api-node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270816060,"owners_count":24650748,"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-17T02:00:09.016Z","response_time":129,"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":["google","google-wifi","google-wifi-api"],"created_at":"2024-12-17T10:11:39.885Z","updated_at":"2025-08-17T06:33:00.656Z","avatar_url":"https://github.com/JamesHawkinss.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# google-wifi-api-node\nA Node.js wrapper for the Google Wi-Fi API\n\n```npm i google-wifi-api-node```\n\nSee [this documentation](https://documenter.getpostman.com/view/7490211/SzzdD1pF#intro) for in-depth information about the API in use.\n\n### Requirements\nThis library requires a refresh token, which can be obtained here: [https://www.angelod.com/onhubauthtool/](https://www.angelod.com/onhubauthtool/) \n\n### Example usage\n```js\nconst GoogleWifiApi = require('./index');\nconst googleWifiApi = new GoogleWifiApi('YOUR REFRESH TOKEN HERE');\n\n(async () =\u003e {\n    await googleWifiApi.init();\n    \n    const groups = await googleWifiApi.getGroups();\n    const devices = await googleWifiApi.getGroupDevices(groups.groups[0].id)\n    console.log(devices);\n})();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjameshawkinss%2Fgoogle-wifi-api-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjameshawkinss%2Fgoogle-wifi-api-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjameshawkinss%2Fgoogle-wifi-api-node/lists"}