{"id":22357742,"url":"https://github.com/bluzi/overscroll","last_synced_at":"2025-06-25T17:02:58.144Z","repository":{"id":57317061,"uuid":"104569556","full_name":"bluzi/overscroll","owner":"bluzi","description":"Detect Mac touchpad overscroll on browsers ","archived":false,"fork":false,"pushed_at":"2017-10-27T21:48:48.000Z","size":9,"stargazers_count":2,"open_issues_count":5,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-29T14:59:55.711Z","etag":null,"topics":["javascript","javascript-library","macbook","trackbar"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/overscrolljs","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/bluzi.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":"2017-09-23T13:29:25.000Z","updated_at":"2019-11-08T18:48:25.000Z","dependencies_parsed_at":"2022-08-25T21:11:02.996Z","dependency_job_id":null,"html_url":"https://github.com/bluzi/overscroll","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/bluzi%2Foverscroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluzi%2Foverscroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluzi%2Foverscroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluzi%2Foverscroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluzi","download_url":"https://codeload.github.com/bluzi/overscroll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228124558,"owners_count":17873170,"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":["javascript","javascript-library","macbook","trackbar"],"created_at":"2024-12-04T14:16:06.754Z","updated_at":"2024-12-04T14:16:07.347Z","avatar_url":"https://github.com/bluzi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overscroll JS\n\n**What it does**: Overscroll detects when a user, using Apple's touchpad feature (Macbook Touchpad or Magic Touchpad), scrolls outside the bounds of a webpage. When they do Overscroll can fire a callback function in your application.\nIt's extremely lightweight, has no dependencies, and is less than 400 bytes when minified.\n\n### Example:\n```javascript\noverscroll(() =\u003e \n\tconsole.log('Overscroll Detected')\n);\n```\n\n\n## Installation\n\n### Via jsDeliver (Recommended)\n\n\nAdd the following script tag to your HTML file:\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/overscrolljs@latest/overscroll.min.js\"\u003e\u003c/script\u003e\n```\n\n### Via NPM\n\nNavigate to your project's directory and install the Overscroll, adding it to your package.json:\n\n\t$ npm i -S overscrolljs\n\n### Via Yarn\n\nNavigate to your project's directory, and execute the following command:\n\n\t$ yarn add overscrolljs\n\nThen, embed the script in your HTML using a script tag:\n```html\n\u003cscript src=\"node_modules/overscrolljs/overscroll.min.js\"\u003e\u003c/script\u003e\n```\n___\n\n## Contributing\n\n[Check for open issues](https://github.com/bluzi/overscroll/issues) or add your own features by starting a pull request.\n\n## Author\n\nEliran Pe'er - @bluzi\n\n## License\n\nThis project is licensed under the MIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluzi%2Foverscroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluzi%2Foverscroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluzi%2Foverscroll/lists"}