{"id":20704097,"url":"https://github.com/ahadcove/betterinterval","last_synced_at":"2025-09-03T05:42:09.071Z","repository":{"id":99562946,"uuid":"121447161","full_name":"ahadcove/BetterInterval","owner":"ahadcove","description":"A better way to handle intervals","archived":false,"fork":false,"pushed_at":"2018-02-13T23:04:57.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T19:55:39.704Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ahadcove.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-13T23:04:29.000Z","updated_at":"2018-02-13T23:04:57.000Z","dependencies_parsed_at":"2023-07-30T21:30:27.034Z","dependency_job_id":null,"html_url":"https://github.com/ahadcove/BetterInterval","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/ahadcove%2FBetterInterval","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahadcove%2FBetterInterval/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahadcove%2FBetterInterval/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahadcove%2FBetterInterval/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahadcove","download_url":"https://codeload.github.com/ahadcove/BetterInterval/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242971469,"owners_count":20215017,"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":"2024-11-17T01:10:59.045Z","updated_at":"2025-03-11T04:30:00.807Z","avatar_url":"https://github.com/ahadcove.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Better Interval\nBetter interval is a \"Better\" way to handle intervals\nIt wil keep track of if the interval is active or not.\n\n\n## Why\nThere are multiple instances where I had to keep track of a interval and now I can much easier\n\n\n## How to use\n```\nvar t = new Interval(function () {\n    alert('this is a test');\n}, 5000);\nconsole.log(t.cleared); // false\nt.clear();\nconsole.log(t.cleared); // true\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahadcove%2Fbetterinterval","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahadcove%2Fbetterinterval","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahadcove%2Fbetterinterval/lists"}