{"id":19551767,"url":"https://github.com/leapfrogtechnology/nepali-date-picker","last_synced_at":"2025-04-05T18:10:34.639Z","repository":{"id":3648263,"uuid":"50418506","full_name":"leapfrogtechnology/nepali-date-picker","owner":"leapfrogtechnology","description":"Nepali Date Picker jQuery Plugin 🇳🇵","archived":false,"fork":false,"pushed_at":"2024-06-20T03:51:03.000Z","size":904,"stargazers_count":88,"open_issues_count":6,"forks_count":72,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-29T17:07:31.957Z","etag":null,"topics":["calendar","date-picker","datepicker","hacktoberfest","nepali-calendar","nepali-date-picker"],"latest_commit_sha":null,"homepage":"http://leapfrogtechnology.github.io/nepali-date-picker/demo/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leapfrogtechnology.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":"2016-01-26T09:32:45.000Z","updated_at":"2025-03-16T06:23:24.000Z","dependencies_parsed_at":"2024-06-12T14:27:21.357Z","dependency_job_id":"869ade3b-f2d9-4b28-8953-c9cb657e337f","html_url":"https://github.com/leapfrogtechnology/nepali-date-picker","commit_stats":{"total_commits":95,"total_committers":7,"mean_commits":"13.571428571428571","dds":0.5894736842105264,"last_synced_commit":"31fd4b5a0c82f4502b911fe9ff1bfbdcd848102e"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leapfrogtechnology%2Fnepali-date-picker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leapfrogtechnology%2Fnepali-date-picker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leapfrogtechnology%2Fnepali-date-picker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leapfrogtechnology%2Fnepali-date-picker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leapfrogtechnology","download_url":"https://codeload.github.com/leapfrogtechnology/nepali-date-picker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378149,"owners_count":20929297,"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","date-picker","datepicker","hacktoberfest","nepali-calendar","nepali-date-picker"],"created_at":"2024-11-11T04:15:01.070Z","updated_at":"2025-04-05T18:10:34.612Z","avatar_url":"https://github.com/leapfrogtechnology.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nepali Date Picker\n\n[![NPM Version][npm-image]][npm-url]\n[![Download Count][download-url]][npm-url]\n\n[npm-image]: https://img.shields.io/npm/v/nepali-date-picker.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/nepali-date-picker\n[download-url]: https://img.shields.io/npm/dt/nepali-date-picker.svg?style=flat-square\n\nNepali Date Picker jQuery Plugin for everyone. 🇳🇵\n\n## Installation\n\n```bash\nnpm install nepali-date-picker\n```\n\n## Demo and Documentation\n\n\u003e https://leapfrogtechnology.github.io/nepali-date-picker/demo/\n\n## Usage\n\nInclude `jQuery`, `nepaliDatePicker.min.js` and `nepaliDatePicker.min.css` in your HTML.\n\n```html\n\u003c!-- this should go after your \u003c/body\u003e --\u003e\n\u003cscript src=\"https://code.jquery.com/jquery-3.7.1.slim.min.js\" crossorigin=\"anonymous\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://unpkg.com/nepali-date-picker@2.0.2/dist/nepaliDatePicker.min.js\" crossorigin=\"anonymous\"\u003e\u003c/script\u003e\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/nepali-date-picker@2.0.2/dist/nepaliDatePicker.min.css\ncrossorigin=\"anonymous\" /\u003e\n```\n\n### Add Input Element\n\n```html\n\u003cinput type=\"text\" value=\"\" name=\"date\" class=\"date-picker\" /\u003e\n```\n\n### Initialize Date Picker\n\n```javascript\n$('.date-picker').nepaliDatePicker({\n  dateFormat: '%D, %M %d, %y',\n  closeOnDateSelect: true,\n  minDate: 'सोम, जेठ १०, २०७३',\n  maxDate: 'मंगल, जेठ ३२, २०७३'\n});\n```\n\n## Contributing\n\n### Install\n\n```bash\nnpm install\nnpm run update\n```\n\n### Build\n\n```bash\nnpm run build\n```\n\n### Test\n\n```bash\nnpm test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleapfrogtechnology%2Fnepali-date-picker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleapfrogtechnology%2Fnepali-date-picker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleapfrogtechnology%2Fnepali-date-picker/lists"}