{"id":20809570,"url":"https://github.com/hello-week/hello-week","last_synced_at":"2025-05-07T08:10:08.470Z","repository":{"id":49894447,"uuid":"123941046","full_name":"hello-week/hello-week","owner":"hello-week","description":"Hello Week - Lightweight and simple calendar with no dependencies.","archived":false,"fork":false,"pushed_at":"2024-09-16T16:10:42.000Z","size":2383,"stargazers_count":92,"open_issues_count":3,"forks_count":27,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-05-07T08:09:39.432Z","etag":null,"topics":["calendar","css","datepicker","html","javascript","linter","plugin","scss","typescript","vue","webpack","yarn"],"latest_commit_sha":null,"homepage":"https://hello-week.com/","language":"TypeScript","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/hello-week.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":["mauroreisvieira"],"patreon":"mauroreisvieira","open_collective":"mauroreisvieira","custom":"https://www.paypal.me/mauroreisvieira"}},"created_at":"2018-03-05T15:40:54.000Z","updated_at":"2024-11-19T15:31:53.000Z","dependencies_parsed_at":"2024-06-18T21:35:56.875Z","dependency_job_id":null,"html_url":"https://github.com/hello-week/hello-week","commit_stats":null,"previous_names":["maurovieirareis/hello-week","hello-week/hello-week"],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hello-week%2Fhello-week","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hello-week%2Fhello-week/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hello-week%2Fhello-week/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hello-week%2Fhello-week/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hello-week","download_url":"https://codeload.github.com/hello-week/hello-week/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252839293,"owners_count":21812090,"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":["calendar","css","datepicker","html","javascript","linter","plugin","scss","typescript","vue","webpack","yarn"],"created_at":"2024-11-17T20:14:28.938Z","updated_at":"2025-05-07T08:10:08.447Z","avatar_url":"https://github.com/hello-week.png","language":"TypeScript","funding_links":["https://github.com/sponsors/mauroreisvieira","https://patreon.com/mauroreisvieira","https://opencollective.com/mauroreisvieira","https://www.paypal.me/mauroreisvieira"],"categories":[],"sub_categories":[],"readme":"![Hello Week](public/images/helloweek.png)\n\n[![GitHub Tag](https://img.shields.io/github/release/mauroreisvieira/hello-week.svg?style=for-the-badge)](https://github.com/mauroreisvieira/hello-week/releases)\n[![npm](https://img.shields.io/npm/dt/hello-week.svg?style=for-the-badge)](https://www.npmjs.com/package/hello-week)\n[![GitHub issues](https://img.shields.io/github/issues/mauroreisvieira/hello-week.svg?style=for-the-badge)](https://github.com/mauroreisvieira/hello-week/issues)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge)](https://github.com/mauroreisvieira/hello-week/blob/master/LICENSE)\n\n## Quick start\n\n#### Installation\n\n```bash\nnpm install hello-week --save\n```\n\n```bash\nyarn add hello-week\n```\n\n#### Including Files:\n\n**CSS**\n\n```html\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"hello.week.min.css\" /\u003e\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"hello.week.theme.min.css\" /\u003e\n```\n\n**JS**\n\n```html\n\u003cscript type=\"module\"\u003e\n    import HelloWeek from 'hello.week.esm.js';\n    new HelloWeek();\n\u003c/script\u003e\n```\n\n**HTML Markup**\n\n```html\n\u003cdiv class=\"hello-week\"\u003e\n    \u003cdiv class=\"navigation\"\u003e\n        \u003cbutton class=\"prev\"\u003ePrev\u003c/button\u003e\n        \u003cdiv class=\"period\"\u003e\u003c/div\u003e\n        \u003cbutton class=\"next\"\u003eNext\u003c/button\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"week\"\u003e\u003c/div\u003e\n    \u003cdiv class=\"month\"\u003e\u003c/div\u003e\n\u003c/div\u003e\n```\n\n## Options\n\nHelloWeek comes with a few (optional) settings that you can change by passing an object as an argument.\nDefault values are presented below.\n\n```js\nnew HelloWeek({\n    selector: '.hello-week',\n    lang: 'en',\n    langFolder: './dist/langs/',\n    format: 'DD/MM/YYYY',\n    weekShort: true,\n    monthShort: false,\n    multiplePick: false,\n    defaultDate: null,\n    minDate: null,\n    maxDate: null,\n    disabledDaysOfWeek: null,\n    disableDates: null,\n    weekStart: 0, // week start on Sunday\n    timezoneOffset: new Date().getTimezoneOffset(),\n    daysSelected: null,\n    daysHighlight: null,\n    disablePastDays: false,\n    todayHighlight: true,\n    range: false,\n    locked: false,\n    rtl: false,\n    nav: ['◀', '▶'],\n    onClear: () =\u003e {},\n    onLoad: () =\u003e {},\n    onNavigation: () =\u003e {},\n    onSelect: () =\u003e {},\n    beforeCreateDay: (node) =\u003e {},\n});\n```\n\n### Useful links\n\n-   [Demos](https://hello-week.com/#/)\n-   [Changelog](CHANGELOG.md)\n-   [Contributing](CONTRIBUTING.md)\n\n### Supported Browsers:\n\n-   Chrome 49\n-   Firefox 31\n-   Opera 36\n-   Safari 9.3\n-   Edge 17\n-   iOS Safari 6.0\n\n### License\n\n**Hello Week** is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhello-week%2Fhello-week","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhello-week%2Fhello-week","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhello-week%2Fhello-week/lists"}