{"id":19071939,"url":"https://github.com/cyansalt/every","last_synced_at":"2025-06-25T20:04:16.769Z","repository":{"id":75134576,"uuid":"76934647","full_name":"CyanSalt/every","owner":"CyanSalt","description":"Javascript library for timed tasks","archived":false,"fork":false,"pushed_at":"2016-12-23T06:36:02.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-12T04:13:11.099Z","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/CyanSalt.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":"2016-12-20T07:40:05.000Z","updated_at":"2016-12-20T07:42:30.000Z","dependencies_parsed_at":"2023-06-05T11:31:00.914Z","dependency_job_id":null,"html_url":"https://github.com/CyanSalt/every","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CyanSalt/every","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyanSalt%2Fevery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyanSalt%2Fevery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyanSalt%2Fevery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyanSalt%2Fevery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CyanSalt","download_url":"https://codeload.github.com/CyanSalt/every/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyanSalt%2Fevery/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261945357,"owners_count":23234236,"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-09T01:32:54.756Z","updated_at":"2025-06-25T20:04:16.740Z","avatar_url":"https://github.com/CyanSalt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Every.js\n\nJavascript library for timed tasks\n\n### How to use\n\n```javascript\n\nlet handler = () =\u003e {\n\tconsole.log('test')\n}\n\nevery. x10. seconds.\nnamed. Task.\ndo (handler).\nrun\n\nevery. Task.\nstop\n\n```\n\n**Update 2016/12/23**\n\nNow you can use like this:\n\n```javascript\n\nlet handler = Task =\u003e {\n\tconsole.log('test')\n}\n\nevery. x10. seconds.\ndo (handler).\nrun\n\nevery. Task.\nstop\n\n```\n\nSo cool!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyansalt%2Fevery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyansalt%2Fevery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyansalt%2Fevery/lists"}