{"id":28928001,"url":"https://github.com/arevi/wind-mouse","last_synced_at":"2025-08-13T06:08:17.717Z","repository":{"id":39669663,"uuid":"296973195","full_name":"arevi/wind-mouse","owner":"arevi","description":"A JavaScript library for generating human-like mouse movement data points.","archived":false,"fork":false,"pushed_at":"2023-01-06T14:39:46.000Z","size":846,"stargazers_count":69,"open_issues_count":13,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-22T22:05:15.340Z","etag":null,"topics":["human","javascript","mouse","movement","nodejs","typescript","windmouse"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/arevi.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":"2020-09-20T00:17:43.000Z","updated_at":"2025-06-28T14:27:32.000Z","dependencies_parsed_at":"2023-02-06T05:16:27.871Z","dependency_job_id":null,"html_url":"https://github.com/arevi/wind-mouse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arevi/wind-mouse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arevi%2Fwind-mouse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arevi%2Fwind-mouse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arevi%2Fwind-mouse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arevi%2Fwind-mouse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arevi","download_url":"https://codeload.github.com/arevi/wind-mouse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arevi%2Fwind-mouse/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270191457,"owners_count":24542271,"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":["human","javascript","mouse","movement","nodejs","typescript","windmouse"],"created_at":"2025-06-22T14:11:39.530Z","updated_at":"2025-08-13T06:08:17.701Z","avatar_url":"https://github.com/arevi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## WindMouse\r\nWindMouse is a lightweight, and highly configurable, library for generating human-like mouse movement. The data points are then returned in a x,y point array for further usage.\r\n \r\n### Installation\r\n```\r\nnpm install windmouse\r\n```\r\n\r\n### Usage\r\n```\r\nconst WindMouse = require(\"windmouse\");\r\n\r\n// Initialize WindMouse class\r\nconst windMouse = new WindMouse(Math.floor(Math.random() * 10));\r\n\r\n// MouseSettings\r\nlet settings = {\r\n  startX: Math.ceil(Math.random() * 1920),\r\n  startY: Math.ceil(Math.random() * 1080),\r\n  endX: Math.ceil(Math.random() * 1920),\r\n  endY: Math.ceil(Math.random() * 1080),\r\n  gravity: Math.ceil(Math.random() * 10),\r\n  wind: Math.ceil(Math.random() * 10),\r\n  minWait: 2,\r\n  maxWait: Math.ceil(Math.random() * 5),\r\n  maxStep: Math.ceil(Math.random() * 3),\r\n  targetArea: Math.ceil(Math.random() * 10),\r\n};\r\n\r\n// Print points\r\nasync function logPoints() {\r\n  let points = await windMouse.GeneratePoints(settings);\r\n  console.log(points);\r\n}\r\n\r\nlogPoints();\r\n```\r\n\r\n### WindMouse Visualizer\r\nhttps://github.com/arevi/mouse-data-visualizer\r\n\r\n### Contributing\r\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\r\n\r\n### License\r\nhttps://opensource.org/licenses/MIT\r\n\r\n### Credits\r\nThe original WindMouse library was created by https://github.com/BenLand100 for Java. This is a port of said library enabling for usage with JavaScript/TypeScript.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farevi%2Fwind-mouse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farevi%2Fwind-mouse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farevi%2Fwind-mouse/lists"}