{"id":20827403,"url":"https://github.com/cvcio/covid-19","last_synced_at":"2026-04-20T22:06:10.620Z","repository":{"id":40847006,"uuid":"247552929","full_name":"cvcio/covid-19","owner":"cvcio","description":"COVID–19 Data Visualization Dashboard","archived":false,"fork":false,"pushed_at":"2023-03-04T06:42:13.000Z","size":27348,"stargazers_count":3,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-12-28T11:03:54.038Z","etag":null,"topics":["covid-19","d3","greece","mapbox-gl","vue","vuetify"],"latest_commit_sha":null,"homepage":"https://lab.imedd.org/covid19/","language":"Vue","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/cvcio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-03-15T21:16:04.000Z","updated_at":"2025-09-11T09:30:35.000Z","dependencies_parsed_at":"2024-11-17T23:12:06.306Z","dependency_job_id":"cf496d07-df71-4540-9986-7aae288221ef","html_url":"https://github.com/cvcio/covid-19","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/cvcio/covid-19","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvcio%2Fcovid-19","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvcio%2Fcovid-19/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvcio%2Fcovid-19/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvcio%2Fcovid-19/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvcio","download_url":"https://codeload.github.com/cvcio/covid-19/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvcio%2Fcovid-19/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32067670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["covid-19","d3","greece","mapbox-gl","vue","vuetify"],"created_at":"2024-11-17T23:12:01.478Z","updated_at":"2026-04-20T22:06:10.594Z","avatar_url":"https://github.com/cvcio.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# COVID\u0026ndash;19 Data Visualization Dashboard\n\nCOVID\u0026ndash;19 Data Visualization Dashboard (Greece and worldwide), is open-source and developed by the team at [Civic Information Office](https://cvcio.org/) in collaboration with i[iMEdD Lab](https://github.com/iMEdD-Lab/).\n\nYou can read more about the data in [iMEdD](https://imedd.org/)'s [open-data relevant repository](https://github.com/iMEdD-Lab/open-data) or see in action the [COVID\u0026ndash;19 dashboard](https://lab.imedd.org/covid19/). If you are interested in the data collection mechanism you can refer to [COVID\u0026ndash;19 automation](https://github.com/cvcio/covid-19-automation) service.\n\n\nThis project is an effort to visualize the spread of the disease in Greece, as the Greek government lacks transparency on this issue. This is an open-source project, so please contribute to make it better.\n\n## Getting started\n\nYou will need to run [NodeJS](https://nodejs.org/en/) (\u003e= version 12.16.1). You may consider using a Node version manager such as [nvm](https://github.com/nvm-sh/nvm) to help ensure all dependencies run correclty. Additionaly, you may also use [yarn](https://yarnpkg.com/getting-started/install) as your Node package manager.\n\n##### Clone or Fork\n\n```bash\n# clone the repo\ngit clone https://github.com/cvcio/covid-19.git\n# cd to directory\ncd covid-19\n```\n\n##### Environment Variables\nIn the new folder you will find a `.env` file, where you can set your own environment variables. Read more about Vue CLI [modes and environment variables](https://cli.vuejs.org/guide/mode-and-env.html).\n\nThe important key is `VUE_APP_BASE_API`, which is the COVID\u0026ndash;19 API url. You can host your own API or you can use the public endpoints https://covid.imedd.org or the fallback https://covid.cvcio.org. Read more about the API here: [COVID\u0026ndash;19 API](https://github.com/cvcio/covid-19-api).\n\n\n##### Install Dependencies\n```bash\n# install dependencies\nyarn\n# serve the application locally\nyarn serve\n```\n\n## Contribution\n\nIf you're new to contributing to Open Source on Github, [this guide](https://opensource.guide/how-to-contribute/) can help you get started. Please check out the contribution guide for more details on how issues and pull requests work. Before contributing be sure to review the [code of conduct](https://github.com/cvcio/covid-19/blob/main/CODE_OF_CONDUCT.md).\n\n## Related Repositories\n\n- [COVID\u0026ndash;19 Automation](https://github.com/cvcio/covid-19-automation)\n- [COVID\u0026ndash;19 API](https://github.com/cvcio/covid-19-api)\n- [COVID\u0026ndash;19 Application](https://github.com/cvcio/covid-19)\n- [COVID\u0026ndash;19 Open Data](https://github.com/iMEdD-Lab/open-data) (iMEdD Lab)\n\n## Contributors\n\n- Ilias Dimos ([@dosko64](https://github.com/dosko64))\n- Dimitris Papaevagelou ([@andefined](https://github.com/andefined)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvcio%2Fcovid-19","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvcio%2Fcovid-19","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvcio%2Fcovid-19/lists"}