{"id":13583023,"url":"https://github.com/JamesHawkinss/google-wifi-api-node","last_synced_at":"2025-04-06T18:31:48.218Z","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":11,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-24T16:59:02.325Z","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":"2023-08-02T05:20:26.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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247531019,"owners_count":20953884,"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","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-08-01T15:03:12.035Z","updated_at":"2025-04-06T18:31:47.892Z","avatar_url":"https://github.com/JamesHawkinss.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"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"}