{"id":21832961,"url":"https://github.com/null-none/react-calendar-week","last_synced_at":"2026-04-15T14:34:48.496Z","repository":{"id":225557278,"uuid":"766250169","full_name":"null-none/react-calendar-week","owner":"null-none","description":"React compontent for calendar week","archived":false,"fork":false,"pushed_at":"2024-05-02T17:39:37.000Z","size":857,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-13T10:26:16.100Z","etag":null,"topics":["calendar","react","reactjs","week"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/null-none.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-03-02T18:38:53.000Z","updated_at":"2024-03-02T19:35:24.000Z","dependencies_parsed_at":"2025-01-26T09:38:09.727Z","dependency_job_id":null,"html_url":"https://github.com/null-none/react-calendar-week","commit_stats":null,"previous_names":["null-none/react-calendar-week"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/null-none/react-calendar-week","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Freact-calendar-week","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Freact-calendar-week/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Freact-calendar-week/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Freact-calendar-week/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/null-none","download_url":"https://codeload.github.com/null-none/react-calendar-week/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Freact-calendar-week/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31845996,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T13:28:40.153Z","status":"ssl_error","status_checked_at":"2026-04-15T13:28:29.396Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","react","reactjs","week"],"created_at":"2024-11-27T19:27:19.718Z","updated_at":"2026-04-15T14:34:48.480Z","avatar_url":"https://github.com/null-none.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-calendar-week\n\nReact compontent for calendar week\n\n## Install\n\n```bash\nnpm install react-calendar-week\n```\n\n\n```jsx\nimport React from 'react';\nimport Week from 'react-calendar-week';\n\nfunction App() {\n    const DAYS = [\n        [\n            { start: 50, end: 200 },\n            { start: 860, end: 980 },\n            { start: 870, end: 950 },\n            { start: 1010, end: 1150 }\n        ],\n        [\n            { start: 30, end: 140 },\n            { start: 1210, end: 1300 }\n        ],\n        [\n            { start: 710, end: 790 },\n            { start: 1010, end: 1150 }\n        ],\n        [\n            { start: 530, end: 600 },\n            { start: 560, end: 620 },\n            { start: 610, end: 670 }\n        ],\n        [\n            { start: 330, end: 400 },\n            { start: 360, end: 420 }\n        ],\n        [\n            { start: 30, end: 140 },\n            { start: 30, end: 170 }\n        ],\n        [\n            { start: 560, end: 620 },\n            { start: 610, end: 670 },\n            { start: 1210, end: 1300 }\n        ]\n    ];\n\n    return (\u003cWeek days={DAYS} /\u003e);\n}\nexport default App;\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnull-none%2Freact-calendar-week","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnull-none%2Freact-calendar-week","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnull-none%2Freact-calendar-week/lists"}