{"id":18075735,"url":"https://github.com/radekbednarik/covid-czech-data-api","last_synced_at":"2026-05-02T19:31:45.876Z","repository":{"id":260054647,"uuid":"876894741","full_name":"radekBednarik/covid-czech-data-api","owner":"radekBednarik","description":"Library to make it easy to work with REST API of official Czech Covid data.","archived":false,"fork":false,"pushed_at":"2025-02-04T12:47:24.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T17:57:58.238Z","etag":null,"topics":["api","covid-19","data","deno","library","typescript"],"latest_commit_sha":null,"homepage":"","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/radekBednarik.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":"2024-10-22T18:20:39.000Z","updated_at":"2025-02-04T12:47:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2022e3a-e8c8-46c8-8062-44c3623b9cd9","html_url":"https://github.com/radekBednarik/covid-czech-data-api","commit_stats":null,"previous_names":["radekbednarik/covid-czech-data-api"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radekBednarik%2Fcovid-czech-data-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radekBednarik%2Fcovid-czech-data-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radekBednarik%2Fcovid-czech-data-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radekBednarik%2Fcovid-czech-data-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radekBednarik","download_url":"https://codeload.github.com/radekBednarik/covid-czech-data-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393540,"owners_count":20931809,"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":["api","covid-19","data","deno","library","typescript"],"created_at":"2024-10-31T11:07:07.058Z","updated_at":"2026-05-02T19:31:45.817Z","avatar_url":"https://github.com/radekBednarik.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wrapper for official Czech COVID data API\n\nThis library provides abstraction for the official Czech COVID data API. It is\nwrapper around the [API](https://onemocneni-aktualne.mzcr.cz/api/v3/docs), which\nprovides a more user-friendly interface.\n\n## System requirements\n\n- have [Deno](https://docs.deno.com/) installed. This library is primarily\n  tested against Deno.\n\n- this library also supports [Node.js](https://nodejs.org/) as well, but only as\n  best effort.\n\n- have a valid token for the API. You can get it by registering at the\n  [API registration page](https://onemocneni-aktualne.mzcr.cz/vytvorit-ucet).\n\n## Installation\n\nUse JSR offered options to install.\n\n## Example of usage\n\n```ts\nimport Client from \"@bedna/czech-covid-data-api-lib\";\n\n// Client is a singleton\nconst client = Client.getInstance({ token: \"\u003cYOUR TOKEN\u003e\" });\n\nconst [data, err] = await client.basicOverview.getBasicOverviewV3();\n\nif (!err) {\n  console.log(JSON.stringify(data, null, 2));\n}\n```\n\n## Documentation\n\n- official API documentation is\n  [HERE](https://onemocneni-aktualne.mzcr.cz/api/v3/docs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradekbednarik%2Fcovid-czech-data-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradekbednarik%2Fcovid-czech-data-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradekbednarik%2Fcovid-czech-data-api/lists"}