{"id":20538315,"url":"https://github.com/celtian/fifadate","last_synced_at":"2026-02-27T05:06:06.192Z","repository":{"id":179121783,"uuid":"662993541","full_name":"Celtian/fifadate","owner":"Celtian","description":"Utils for Fifa Soccer Game dates","archived":false,"fork":false,"pushed_at":"2025-04-14T08:39:18.000Z","size":622,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T06:21:30.488Z","etag":null,"topics":["library","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Celtian.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-07-06T10:20:38.000Z","updated_at":"2025-04-14T08:39:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5f52485-2261-4668-8fc4-cc24f64f81a9","html_url":"https://github.com/Celtian/fifadate","commit_stats":null,"previous_names":["celtian/fifadate"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Celtian/fifadate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Celtian%2Ffifadate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Celtian%2Ffifadate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Celtian%2Ffifadate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Celtian%2Ffifadate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Celtian","download_url":"https://codeload.github.com/Celtian/fifadate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Celtian%2Ffifadate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29885801,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["library","typescript"],"created_at":"2024-11-16T00:46:16.472Z","updated_at":"2026-02-27T05:06:06.177Z","avatar_url":"https://github.com/Celtian.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/Celtian/fifadate\" target=\"blank\"\u003e\u003cimg src=\"assets/logo.svg?sanitize=true\" alt=\"\" width=\"120\"\u003e\u003c/a\u003e\n  \u003ch1 align=\"center\"\u003efifadate\u003c/h1\u003e\n\u003c/p\u003e\n\n[![npm version](https://badge.fury.io/js/fifadate.svg)](https://badge.fury.io/js/fifadate)\n[![Package License](https://img.shields.io/npm/l/fifadate.svg)](https://www.npmjs.com/fifadate)\n[![NPM Downloads](https://img.shields.io/npm/dm/fifadate.svg)](https://www.npmjs.com/fifadate)\n[![Build \u0026 Publish](https://github.com/celtian/fifadate/workflows/Build%20\u0026%20Publish/badge.svg)](https://github.com/celtian/fifadate/actions)\n[![codecov](https://codecov.io/gh/Celtian/fifatables/branch/master/graph/badge.svg?token=1IRUKIKM0D)](https://codecov.io/gh/celtian/fifadate/)\n[![stars](https://badgen.net/github/stars/celtian/fifadate)](https://github.com/celtian/fifadate/)\n[![forks](https://badgen.net/github/forks/celtian/fifadate)](https://github.com/celtian/fifadate/)\n[![HitCount](http://hits.dwyl.com/celtian/fifadate.svg)](http://hits.dwyl.com/celtian/fifadate)\n\n\u003e Utils for Fifa Soccer Game dates\n\n## 🛠️ Install\n\n_Nodejs 12 or higher need to be installed first_\n\n```terminal\nnpm install fifadate\n```\n\nor\n\n```terminal\nyarn add fifadate\n```\n\n## 🚀 Quick start\n\n_Type this into your ts file._\n\n```typescript\nimport 'fifadate'; // for es5\n\n// or for es6\nimport { registerFifaDatePrototype } from 'fifadate';\n\nregisterFifaDatePrototype();\n\n// usage\n\nconsole.log(new Date('1970-01-01').toFifaDate()); // 141428\nconsole.log(new Date('1970-01-01').addYear(1));\nconsole.log(new Date('1970-01-01').age());\nconsole.log(new Date('1970-01-01T03:00:00.000Z').normalize());\nconsole.log(Date.fromFifaDate(141428)); // 1970-01-01\n```\n\n## 🪪 License\n\nCopyright \u0026copy; 2023 - 2025 [Dominik Hladik](https://github.com/Celtian)\n\nAll contents are licensed under the [MIT license].\n\n[mit license]: LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceltian%2Ffifadate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fceltian%2Ffifadate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fceltian%2Ffifadate/lists"}