{"id":18663461,"url":"https://github.com/tomdewildt/covid-19-data-visualizer","last_synced_at":"2026-04-04T22:33:53.538Z","repository":{"id":38971063,"uuid":"303526527","full_name":"tomdewildt/covid-19-data-visualizer","owner":"tomdewildt","description":"Website for visualizing temporal COVID-19 outbreak data in The Netherlands on a map","archived":false,"fork":false,"pushed_at":"2026-03-12T12:53:29.000Z","size":3573,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-12T19:05:57.279Z","etag":null,"topics":["actions","deck-gl","javascript","react","redux","redux-saga","styled-components"],"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/tomdewildt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-10-12T22:21:01.000Z","updated_at":"2025-10-28T08:35:31.000Z","dependencies_parsed_at":"2025-12-12T03:13:43.157Z","dependency_job_id":null,"html_url":"https://github.com/tomdewildt/covid-19-data-visualizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"tomdewildt/react-app-template","purl":"pkg:github/tomdewildt/covid-19-data-visualizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Fcovid-19-data-visualizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Fcovid-19-data-visualizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Fcovid-19-data-visualizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Fcovid-19-data-visualizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomdewildt","download_url":"https://codeload.github.com/tomdewildt/covid-19-data-visualizer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomdewildt%2Fcovid-19-data-visualizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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":["actions","deck-gl","javascript","react","redux","redux-saga","styled-components"],"created_at":"2024-11-07T08:17:14.742Z","updated_at":"2026-04-04T22:33:53.510Z","avatar_url":"https://github.com/tomdewildt.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# COVID-19 Data Visualizer\n[![Build](https://img.shields.io/github/actions/workflow/status/tomdewildt/covid-19-data-visualizer/ci.yml?branch=master)](https://github.com/tomdewildt/covid-19-data-visualizer/actions/workflows/ci.yml)\n[![Coverage](https://img.shields.io/codecov/c/gh/tomdewildt/covid-19-data-visualizer)](https://codecov.io/gh/tomdewildt/covid-19-data-visualizer)\n[![License](https://img.shields.io/github/license/tomdewildt/covid-19-data-visualizer)](https://github.com/tomdewildt/covid-19-data-visualizer/blob/master/LICENSE)\n\nWebsite for visualizing temporal COVID-19 outbreak data in The Netherlands on a map. This website is build with React, the dataset is provided by the [covid-19-data-collector](https://github.com/tomdewildt/covid-19-data-collector) tool.\n\n# How To Run\n\nPrerequisites:\n* node version ```18.12.1``` or later\n* npm version ```8.19.2``` or later\n\n### Development\n\n1. Run ```npm install``` to initialize the environment.\n2. Run ```npm start``` to start the dev server.\n\n### Production\n\n1. Run ```npm install``` to initialize the environment.\n2. Run ```npm run build``` to build the site.\n\n# References\n\n[React Docs](https://reactjs.org/docs/)\n\n[Deck.GL Docs](https://deck.gl/docs)\n\n[Redux Docs](https://redux.js.org/api/api-reference)\n\n[Redux-Saga Docs](https://redux-saga.js.org/docs/api/)\n\n[Scaling Your Redux App With Ducks](https://www.freecodecamp.org/news/scaling-your-redux-app-with-ducks-6115955638be/)\n\n[Styled Components Docs](https://styled-components.com/docs)\n\n[ARIA Roles, Attributes \u0026 Techniques](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques)\n\n[React Testing Library Cheatsheet](https://testing-library.com/docs/react-testing-library/cheatsheet)\n\n[React Testing Library Queries](https://testing-library.com/docs/dom-testing-library/api-queries)\n\n[React Testing Library Events](https://testing-library.com/docs/dom-testing-library/api-events)\n\n[Redux Tests](https://redux.js.org/recipes/writing-tests)\n\n[Redux Saga Tests](http://redux-saga-test-plan.jeremyfairbank.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomdewildt%2Fcovid-19-data-visualizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomdewildt%2Fcovid-19-data-visualizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomdewildt%2Fcovid-19-data-visualizer/lists"}