{"id":23236735,"url":"https://github.com/pratikpc/formula-one-six-degrees-metadata","last_synced_at":"2026-06-30T15:31:52.037Z","repository":{"id":57240862,"uuid":"289725587","full_name":"pratikpc/Formula-One-Six-Degrees-Metadata","owner":"pratikpc","description":"Extract Driver Pairs from https://fiaresultsandstatistics.motorsportstats.com/","archived":false,"fork":false,"pushed_at":"2023-11-10T06:55:46.000Z","size":4742,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T00:31:53.706Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pratikpc.github.io/six-degree-f1/","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/pratikpc.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":"2020-08-23T16:36:29.000Z","updated_at":"2024-12-04T10:20:13.000Z","dependencies_parsed_at":"2025-01-02T19:15:22.517Z","dependency_job_id":"44c7fc4d-542b-4609-8195-8e86b673baaa","html_url":"https://github.com/pratikpc/Formula-One-Six-Degrees-Metadata","commit_stats":{"total_commits":30,"total_committers":1,"mean_commits":30.0,"dds":0.0,"last_synced_commit":"0e1136a438acfe7080d4473ff91beb258f322187"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratikpc%2FFormula-One-Six-Degrees-Metadata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratikpc%2FFormula-One-Six-Degrees-Metadata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratikpc%2FFormula-One-Six-Degrees-Metadata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratikpc%2FFormula-One-Six-Degrees-Metadata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pratikpc","download_url":"https://codeload.github.com/pratikpc/Formula-One-Six-Degrees-Metadata/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247399897,"owners_count":20932881,"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-12-19T04:12:36.211Z","updated_at":"2026-06-30T15:31:52.022Z","avatar_url":"https://github.com/pratikpc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Formula One Six Degrees Metadata\n\n## Website [https://pratikpc.github.io/six-degree-f1/](https://pratikpc.github.io/six-degree-f1/)\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n\nExtracts Driver Pairs, Distances Between Drivers, Generates them and Stores them for you to utilise in your JS or TS App [from this URL](https://fiaresultsandstatistics.motorsportstats.com/)\n\n```ts\nimport {\n   Drivers,\n   TeamAndDriver,\n   TeamMates,\n   DriverIdAndNameLink,\n   Distance,\n   Path,\n   TeamIdAndNameLink,\n   TeamNamesAndDrivers\n} from 'formula-one-six-degrees-metadata';\n```\n\n## Generate\n\n```ts\nconst SEASONF = 1950;\nconst SEASONE = 2020;\nconst TEAM_DRIVER_HEADER = '._2xhp6';\nconst TEAM_DRIVER_TABLE_HEADER = 'Vv8Fg';\nconst ENTRY_LIST = 'h2._2Asch:contains(\"Entry List\")';\n```\n\nModify this variable in [lib/Run.ts]('./lib/run.ts') based on the HTML from FIA's website and then run `npm run build` and `npm run generate`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpratikpc%2Fformula-one-six-degrees-metadata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpratikpc%2Fformula-one-six-degrees-metadata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpratikpc%2Fformula-one-six-degrees-metadata/lists"}