{"id":24064446,"url":"https://github.com/linzap/node-google-suggest","last_synced_at":"2025-04-23T18:43:39.946Z","repository":{"id":72784682,"uuid":"62538559","full_name":"LinZap/node-google-suggest","owner":"LinZap","description":"the keyword-tool","archived":false,"fork":false,"pushed_at":"2017-11-20T02:21:39.000Z","size":3,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T02:23:16.392Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinZap.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-04T06:53:39.000Z","updated_at":"2019-09-24T20:52:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"c97d25c3-620c-4372-bb41-6675fd5c07b8","html_url":"https://github.com/LinZap/node-google-suggest","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/LinZap%2Fnode-google-suggest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinZap%2Fnode-google-suggest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinZap%2Fnode-google-suggest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinZap%2Fnode-google-suggest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinZap","download_url":"https://codeload.github.com/LinZap/node-google-suggest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250493995,"owners_count":21439910,"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":[],"created_at":"2025-01-09T10:25:26.485Z","updated_at":"2025-04-23T18:43:39.940Z","avatar_url":"https://github.com/LinZap.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node Google Suggest \n\nGoogle suggest 提供能夠查詢關鍵字的相關關鍵字，當然也可以作為是否為關鍵字的判斷。\n\n\n# Usage\n\n### 安裝必要套件\n```\ngit clone https://github.com/LinZap/node-google-suggest.git\ncd node-google-suggest\nnpm install\n```\n\n### 查詢關鍵字\n\n```\nnode bin\\suggest.js \"信用卡\"\n```\n輸出\n```js\n[ '信用卡',\n  '信用卡繳稅',\n  '信用卡 機場接送',\n  '信用卡繳牌照稅',\n  '信用卡推薦',\n  '信用卡 現金回饋',\n  '信用卡安全碼',\n  '信用卡繳費',\n  '信用卡卡號',\n  '信用卡優惠',\n  '信用卡 機場接送',\n  '信用卡 比較',\n  '信用卡 推薦',\n  '信用卡 現金回饋',\n  '信用卡 繳稅',\n  '信用卡 電影',\n  '信用卡 行李箱',\n  '信用卡 牌照稅',\n  '信用卡 安全碼',\n  '信用卡 機場停車' ]\n```\n\n# API\n當然也可以在您的程式中使用\n### install\n```\nnpm install node-google-suggest --save\n```\n### Example\n```js\n\nvar keyword = \"Netfix\"\nvar suggest = require('node-google-suggest')\n\nsuggest(keyword,function(err,res){\n\n\tif(!err \u0026\u0026 res.length)\n\t\tconsole.log(res)\n\telse\n\t\tconsole.log('no result')\n\n})\n\n```\n\n# License\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinzap%2Fnode-google-suggest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinzap%2Fnode-google-suggest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinzap%2Fnode-google-suggest/lists"}