{"id":19489432,"url":"https://github.com/1j01/suboptimal-research-tool","last_synced_at":"2025-04-25T19:30:44.173Z","repository":{"id":35936545,"uuid":"40224937","full_name":"1j01/suboptimal-research-tool","owner":"1j01","description":"\"Research\" topics automatically","archived":false,"fork":false,"pushed_at":"2016-10-10T14:21:04.000Z","size":6,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-20T21:44:46.967Z","etag":null,"topics":["autocomplete","google","google-autocomplete","procedural-generation","research","research-information","research-tool","subjects","topic","topics"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/suboptimal-research-tool","language":"CoffeeScript","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/1j01.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-08-05T04:45:48.000Z","updated_at":"2024-04-29T14:40:23.000Z","dependencies_parsed_at":"2022-09-18T01:56:47.132Z","dependency_job_id":null,"html_url":"https://github.com/1j01/suboptimal-research-tool","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/1j01%2Fsuboptimal-research-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1j01%2Fsuboptimal-research-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1j01%2Fsuboptimal-research-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1j01%2Fsuboptimal-research-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1j01","download_url":"https://codeload.github.com/1j01/suboptimal-research-tool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224014299,"owners_count":17241281,"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":["autocomplete","google","google-autocomplete","procedural-generation","research","research-information","research-tool","subjects","topic","topics"],"created_at":"2024-11-10T21:08:32.928Z","updated_at":"2024-11-10T21:08:34.601Z","avatar_url":"https://github.com/1j01.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Suboptimal Research Tool \u003csup style=\"opacity:0.1\"\u003e\u0026copy;\u003c/sup\u003e\n\n\"Research\" topics automatically — \u003cimg alt=\"powered by Google\" src=\"https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white2.png\" align=\"center\"\u003e's autocomplete.\n\n(This is the *wrong way* to use Google for research, FYI.)\n\n### Installation\n`npm i suboptimal-research-tool -g`\n\n### CLI Usage\n\n`research cats` (pluralization shouldn't matter)\n\n```\nHey, look, a cat!\n\nI think cats are...\n   cute\n   weird\n   curious\n   lazy\n   flexible\n   evil\n   stupid\n   nocturnal\n   sleepy\n   funny\n\nWhat do cats do? They...\n   purr\n   meow\n   sleep\n   eat grass\n   hate water\n   hiss\n   bite\n   drool\n   knead\n   sneeze\n   spray\n   love boxes\n   pant\n   chirp\n   wag tails\n\nThere is a curious cat.\nThere is a lazy cat.\nThere is a funny, lazy, evil cat.\nThere is a lazy, evil, cute cat.\nThere is a funny, weird, flexible cat.\nThere is a cute, evil, sleepy cat.\n\nA weird cat drooled.\nA cute cat bit.\nA funny, cute cat hissed.\nA funny, stupid, evil cat hated water.\nA sleepy cat panted.\nA weird cat meowed.\n```\n\n### Module Usage\n\nIf you have some use for this, here it is!\n\n```js\nvar research = require(\"suboptimal-research-tool\");\nresearch(\"bats\", function(err, subject){\n\tif(err){\n\t\treturn console.error(err);\n\t}\n\tconsole.log(\n\t\tsubject.singular, // \"bat\"\n\t\tsubject.plural, // \"bats\"\n\t\tsubject.adjectives, // [\"scary\", etc.]\n\t\tsubject.verbs // [\"hibernate\", etc.]\n\t);\n});\n```\n\n### About\n\nThis module asks [Google's autocomplete team](https://www.youtube.com/watch?v=blB_X38YSxQ) what people search for in relation to a given subject.\nSpecifially, it finds what people have asked in the form of `Why are \u003cSUBJECTs\u003e...?` (hoping for adjectives) and `Why do \u003cSUBJECTs\u003e...?` (hoping for verb phrases).\n\nBecause of the way the results are procured, they are prone to include misconceptions, stereotypes and opinions.\n\nFor instance, people search for \"why are zebras extinct\", so this module blindly assumes zebras are extinct.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1j01%2Fsuboptimal-research-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1j01%2Fsuboptimal-research-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1j01%2Fsuboptimal-research-tool/lists"}