{"id":14990265,"url":"https://github.com/capjamesg/calendar-date","last_synced_at":"2026-01-22T05:02:42.885Z","repository":{"id":216172195,"uuid":"740640802","full_name":"capjamesg/calendar-date","owner":"capjamesg","description":"A web component to show calendar dates on your website.","archived":false,"fork":false,"pushed_at":"2024-01-08T23:19:31.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-04T14:04:56.301Z","etag":null,"topics":["calendar","web-component"],"latest_commit_sha":null,"homepage":"https://capjamesg.github.io/calendar-date/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/capjamesg.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-08T19:00:13.000Z","updated_at":"2024-01-09T03:20:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2183bf4-fc78-49e9-aa48-4502addc8374","html_url":"https://github.com/capjamesg/calendar-date","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"a8405a2bd4eb45dbee43640c927b9c10e6ea5cff"},"previous_names":["capjamesg/calendar-date"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/capjamesg/calendar-date","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capjamesg%2Fcalendar-date","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capjamesg%2Fcalendar-date/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capjamesg%2Fcalendar-date/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capjamesg%2Fcalendar-date/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/capjamesg","download_url":"https://codeload.github.com/capjamesg/calendar-date/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capjamesg%2Fcalendar-date/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28655029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["calendar","web-component"],"created_at":"2024-09-24T14:19:48.000Z","updated_at":"2026-01-22T05:02:42.859Z","avatar_url":"https://github.com/capjamesg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# calendar-date\n\n\u003cimg width=\"88\" alt=\"Screenshot 2024-01-08 at 18 57 41\" src=\"https://github.com/capjamesg/calendar-date/assets/37276661/b0e94164-375c-4856-a981-814398b6d0e7\"\u003e\n\nA web component to show calendar dates on your website.\n\n## Use the Component on Your Website\n\nTo use the component on your website, first copy the `calendar-date.js` file onto your website.\n\nAdd references to this file in the `\u003chead\u003e` tag of the page on which you want to use the component:\n\n```html\n\u003cscript src=\"calendar-date.js\" defer\u003e\u003c/script\u003e\n```\n\nCreate a new `\u003ctemplate\u003e` tag on your web page and add the following code:\n\n```html\n\u003ctemplate id=\"calendar-styles\"\u003e\n  \u003cstyle\u003e\n      .date-container {\n        border: 1px solid red;\n        display: inline-block;\n        max-width: 100%;\n        min-width: 75px;\n        text-align: center;\n        border-radius: 5px;\n    }\n    .date-month {\n        padding: 5px;\n        color: white;\n        background-color: red;\n    }\n    .date-day {\n        font-size: 2rem;\n        font-weight: bold;\n        padding: 5px;\n    }\n  \u003c/style\u003e\n\u003c/template\u003e\n```\n\nAdjust the styles as necessary.\n\nThen, add the `\u003ccalendar-date\u003e` component to your website:\n\n```html\n\u003ccalendar-date month=\"March\" day=\"31\"\u003e\u003c/calendar-date\u003e\n```\n\nThe component will appear on your website.\n\n## License\n\nThis project is licensed under a [Creative Commons Zero](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapjamesg%2Fcalendar-date","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcapjamesg%2Fcalendar-date","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapjamesg%2Fcalendar-date/lists"}