{"id":16789737,"url":"https://github.com/chrissy-dev/vanilla-calendar","last_synced_at":"2025-10-09T04:12:38.172Z","repository":{"id":90195499,"uuid":"100979668","full_name":"chrissy-dev/vanilla-calendar","owner":"chrissy-dev","description":"A calendar written in JavaScript with zero dependencies","archived":false,"fork":false,"pushed_at":"2018-10-18T08:35:18.000Z","size":82,"stargazers_count":105,"open_issues_count":8,"forks_count":48,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-01-23T10:43:52.843Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://chrissy-dev.github.io/vanilla-calendar/","language":"HTML","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/chrissy-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-08-21T18:11:41.000Z","updated_at":"2024-11-19T15:31:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"097ede70-2c78-4a6a-928a-e1f83048dbc6","html_url":"https://github.com/chrissy-dev/vanilla-calendar","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrissy-dev%2Fvanilla-calendar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrissy-dev%2Fvanilla-calendar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrissy-dev%2Fvanilla-calendar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrissy-dev%2Fvanilla-calendar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrissy-dev","download_url":"https://codeload.github.com/chrissy-dev/vanilla-calendar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955805,"owners_count":20374373,"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-10-13T08:28:08.903Z","updated_at":"2025-10-09T04:12:33.151Z","avatar_url":"https://github.com/chrissy-dev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vanilla JS Calendar 🍦\n\n#### Usage\n\n```html\n\u003cdiv id=\"v-cal\"\u003e\n  \u003cdiv class=\"vcal-header\"\u003e\n    \u003cbutton class=\"vcal-btn\" data-calendar-toggle=\"previous\"\u003e\n      \u003csvg height=\"24\" version=\"1.1\" viewbox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"\u003e\n        \u003cpath d=\"M20,11V13H8L13.5,18.5L12.08,19.92L4.16,12L12.08,4.08L13.5,5.5L8,11H20Z\"\u003e\u003c/path\u003e\n      \u003c/svg\u003e\n    \u003c/button\u003e\n\n    \u003cdiv class=\"vcal-header__label\" data-calendar-label=\"month\"\u003e\n      March 2017\n    \u003c/div\u003e\n\n    \u003cbutton class=\"vcal-btn\" data-calendar-toggle=\"next\"\u003e\n      \u003csvg height=\"24\" version=\"1.1\" viewbox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"\u003e\n        \u003cpath d=\"M4,11V13H16L10.5,18.5L11.92,19.92L19.84,12L11.92,4.08L10.5,5.5L16,11H4Z\"\u003e\u003c/path\u003e\n      \u003c/svg\u003e\n    \u003c/button\u003e\n  \u003c/div\u003e\n\n  \u003cdiv class=\"vcal-week\"\u003e\n    \u003cspan\u003eMon\u003c/span\u003e \u003cspan\u003eTue\u003c/span\u003e\u003cspan\u003eWed\u003c/span\u003e \u003cspan\u003eThu\u003c/span\u003e \u003cspan\u003eFri\u003c/span\u003e \u003cspan\u003eSat\u003c/span\u003e \u003cspan\u003eSun\u003c/span\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"vcal-body\" data-calendar-area=\"month\"\u003e\u003c/div\u003e\n\u003c/div\u003e\n```\n\n```html\n\u003cscript src=\"vanillaCalendar.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n\u003cscript\u003e\nwindow.addEventListener('load', function () {\n  vanillaCalendar.init();\n})\n\u003c/script\u003e\n```\n\n### Development\n\n1. Install dependencies\n\n```bash\nnpm install\n```\n\n2. Watch JS/CSS\n\n```bash\nnpm run watch\n```\n\n### I encourage everyone to hack away at this!\n\n\u003e This isn't ready to be used in a production application out the box, it's more of a hacked together project. Fork it and make it better!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrissy-dev%2Fvanilla-calendar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrissy-dev%2Fvanilla-calendar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrissy-dev%2Fvanilla-calendar/lists"}