{"id":26186953,"url":"https://github.com/ivarref/recurring-cup","last_synced_at":"2025-04-15T00:36:28.928Z","repository":{"id":62433099,"uuid":"210915357","full_name":"ivarref/recurring-cup","owner":"ivarref","description":"Schedule daily or weekly occurrences in a given timezone in Clojure (JVM only).","archived":false,"fork":false,"pushed_at":"2022-11-08T11:23:27.000Z","size":72,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-11-20T16:03:31.580Z","etag":null,"topics":["clojure","cron","scheduler"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ivarref.png","metadata":{"files":{"readme":"README-test.sh","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":"2019-09-25T18:38:47.000Z","updated_at":"2022-05-24T12:38:22.000Z","dependencies_parsed_at":"2023-01-22T04:51:18.171Z","dependency_job_id":null,"html_url":"https://github.com/ivarref/recurring-cup","commit_stats":null,"previous_names":[],"tags_count":18,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivarref%2Frecurring-cup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivarref%2Frecurring-cup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivarref%2Frecurring-cup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivarref%2Frecurring-cup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivarref","download_url":"https://codeload.github.com/ivarref/recurring-cup/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986267,"owners_count":21194022,"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":["clojure","cron","scheduler"],"created_at":"2025-03-11T23:35:46.721Z","updated_at":"2025-04-15T00:36:28.910Z","avatar_url":"https://github.com/ivarref.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"#!/bin/bash\n\nset -ex\n\nDIR=\"$( cd \"$( dirname \"${BASH_SOURCE[0]}\" )\" \u003e/dev/null 2\u003e\u00261 \u0026\u0026 pwd )\"\n\nRAW_VERSION=\"$(grep \"^  \u003cversion\u003e\" $DIR/pom.xml | sed 's|^.*\u003cversion\u003e\\(.*\\)\u003c/version\u003e.*$|\\1|')\"\n\nrm -rv \"$DIR/temp\" || true\nmkdir -p $DIR/temp\n\nsed $DIR/README.md -ne '/```clojure/,/```/p' | \\\nsed 's/^```$//g' | \\\nawk -v RS='```clojure' '{ print $0 \u003e \"'$DIR'/temp/temp\" NR }'\n\nfor entry in \"$DIR/temp\"/temp*\ndo\n  echo $entry\n  clojure  \\\n  -M --report stderr \\\n  -e \"$(cat $entry)\\n(require '[ivarref.recurring-cup :as cup])\\n(cup/stop!)\\n(shutdown-agents)\"\ndone\n\necho \"README tests passed\"","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivarref%2Frecurring-cup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivarref%2Frecurring-cup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivarref%2Frecurring-cup/lists"}