{"id":15067458,"url":"https://github.com/hatamiarash7/vue-flip-clock","last_synced_at":"2025-04-10T16:42:46.359Z","repository":{"id":37666014,"uuid":"506089174","full_name":"hatamiarash7/vue-flip-clock","owner":"hatamiarash7","description":"Flip Clock plugin for Vue","archived":false,"fork":false,"pushed_at":"2024-12-22T08:42:37.000Z","size":819,"stargazers_count":5,"open_issues_count":22,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-03T09:09:31.127Z","etag":null,"topics":["clock","clocks","flip-clock","vue","vue-plugin","vuejs","vuejs-plugin"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/hatamiarash7.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":"2022-06-22T03:51:23.000Z","updated_at":"2024-09-26T22:06:10.000Z","dependencies_parsed_at":"2024-01-21T02:22:09.234Z","dependency_job_id":"abca157a-f336-471b-aba3-7bca8af44583","html_url":"https://github.com/hatamiarash7/vue-flip-clock","commit_stats":{"total_commits":95,"total_committers":4,"mean_commits":23.75,"dds":0.5894736842105264,"last_synced_commit":"04b7b4c413cfc3094d3455a608c50dda537837c4"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatamiarash7%2Fvue-flip-clock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatamiarash7%2Fvue-flip-clock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatamiarash7%2Fvue-flip-clock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatamiarash7%2Fvue-flip-clock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hatamiarash7","download_url":"https://codeload.github.com/hatamiarash7/vue-flip-clock/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248252728,"owners_count":21072703,"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":["clock","clocks","flip-clock","vue","vue-plugin","vuejs","vuejs-plugin"],"created_at":"2024-09-25T01:24:14.130Z","updated_at":"2025-04-10T16:42:46.332Z","avatar_url":"https://github.com/hatamiarash7.png","language":"Vue","funding_links":["https://ko-fi.com/D1D1WGU9"],"categories":[],"sub_categories":[],"readme":"# Vue Flip Clock\n\n[![.github/workflows/npm.yml](https://github.com/hatamiarash7/vue-flip-clock/actions/workflows/npm.yml/badge.svg)](https://github.com/hatamiarash7/vue-flip-clock/actions/workflows/npm.yml) ![npm](https://img.shields.io/npm/v/@hatamiarash7/vue-flip-clock)\n\n![screenshot](.github/sc.png)\n\nIt's a simple Vue component that displays a flip clock.\n\n## Demo\n\n[![Edit vue-flip-clock](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/vue-flip-clock-f3pr7e?fontsize=14\u0026hidenavigation=1\u0026theme=dark)\n\n## How-to\n\nInstall package using `npm`:\n\n```bash\nnpm i @hatamiarash7/vue-flip-clock --save\n```\n\nAdd package to your Vue project:\n\n```js\nimport Clock from \"@hatamiarash7/vue-flip-clock\";\nimport \"@hatamiarash7/vue-flip-clock/dist/vue-flip-clock.css\";\n\nVue.component(\"flip-clock\", Clock);\n```\n\n\u003e You can use `Vue.use()` or `Vue.component()` to add the component to your Vue project.\n\nUse component in your Vue template:\n\n```html\n\u003ctemplate\u003e\n  ...\n  \u003cflip-clock innerColor=\"#2980b9\" /\u003e\n  ...\n\u003c/template\u003e\n```\n\n---\n\n## Support 💛\n\n[![Donate with Bitcoin](https://en.cryptobadges.io/badge/micro/bc1qmmh6vt366yzjt3grjxjjqynrrxs3frun8gnxrz)](https://en.cryptobadges.io/donate/bc1qmmh6vt366yzjt3grjxjjqynrrxs3frun8gnxrz) [![Donate with Ethereum](https://en.cryptobadges.io/badge/micro/0x0831bD72Ea8904B38Be9D6185Da2f930d6078094)](https://en.cryptobadges.io/donate/0x0831bD72Ea8904B38Be9D6185Da2f930d6078094)\n\n[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/D1D1WGU9)\n\n\u003cdiv\u003e\u003ca href=\"https://payping.ir/@hatamiarash7\"\u003e\u003cimg src=\"https://cdn.payping.ir/statics/Payping-logo/Trust/blue.svg\" height=\"128\" width=\"128\"\u003e\u003c/a\u003e\u003c/div\u003e\n\n## Contributing 🤝\n\nDon't be shy and reach out to us if you want to contribute 😉\n\n1. Fork it !\n2. Create your feature branch : `git checkout -b my-new-feature`\n3. Commit your changes : `git commit -am 'Add some feature'`\n4. Push to the branch : `git push origin my-new-feature`\n5. Submit a pull request\n\n## Issues\n\nEach project may have many problems. Contributing to the better development of this project by reporting them. 👍\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatamiarash7%2Fvue-flip-clock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhatamiarash7%2Fvue-flip-clock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatamiarash7%2Fvue-flip-clock/lists"}