{"id":21124884,"url":"https://github.com/pararell/web-calendar","last_synced_at":"2026-01-21T10:37:01.148Z","repository":{"id":251326235,"uuid":"837095118","full_name":"pararell/web-calendar","owner":"pararell","description":"Calendar for web for notes or events","archived":false,"fork":false,"pushed_at":"2024-08-02T08:14:01.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-21T00:16:36.412Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pararell.github.io./","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/pararell.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":"2024-08-02T07:48:00.000Z","updated_at":"2024-08-02T08:35:17.000Z","dependencies_parsed_at":"2024-08-02T08:56:53.432Z","dependency_job_id":null,"html_url":"https://github.com/pararell/web-calendar","commit_stats":null,"previous_names":["pararell/web-calendar"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pararell/web-calendar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pararell%2Fweb-calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pararell%2Fweb-calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pararell%2Fweb-calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pararell%2Fweb-calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pararell","download_url":"https://codeload.github.com/pararell/web-calendar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pararell%2Fweb-calendar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28631937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-11-20T04:18:23.345Z","updated_at":"2026-01-21T10:37:01.133Z","avatar_url":"https://github.com/pararell.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Calendar\n\nWeb Calendar is an easy-to-use npm package designed to display a customizable calendar on your web application. It offers a straightforward and flexible solution for adding calendar functionality to your projects.\n\n![Web Calendar Example](assets/web-calendar.png)\n\n## Features\n\n- Easy integration with any web application\n- Event handling capabilities\n- Lightweight and fast\n\n## Installation\n\nTo install Web Calendar, use npm:\n\n```bash\nnpm install web-calendar\n```\n\n## Usage\n\nHere is a basic example of how to use Web Calendar in your project:\n\n### HTML\n\n```html\n\u003cdiv id=\"web-calendar\"\u003e\u003c/div\u003e\n```\n\n### JavaScript\n\n```javascript\nimport WebCalendar from 'web-calendar';\n\ncss\nimport 'web-calendar/css/style.css'; \n\n// argument is number of months from current one\nconst calendar = new WebCalendar(12);\n\n// eventListener to click on any day\ncalendar.addEventListener(\"dayClicked\", (event) =\u003e {\n  console.log(event.detail);\n});\n```\n\n\n## Contributing\n\nWe welcome contributions to Web Calendar! If you have suggestions, bug reports, or want to contribute code, please open an issue or submit a pull request on our [GitHub repository](https://github.com/pararell/web-calendar).\n\n## License\n\nWeb Calendar is licensed under the [MIT License](LICENSE).\n\n---\n\nEnjoy using Web Calendar! If you have any questions or feedback, feel free to reach out to us.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpararell%2Fweb-calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpararell%2Fweb-calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpararell%2Fweb-calendar/lists"}