{"id":15487494,"url":"https://github.com/colbyfayock/coronavirus-map-dashboard","last_synced_at":"2025-09-04T05:42:39.053Z","repository":{"id":55240709,"uuid":"250864837","full_name":"colbyfayock/coronavirus-map-dashboard","owner":"colbyfayock","description":"🦠 Coronavirus (COVID-19) Map Dashboard using coronavirus-tracker-api","archived":false,"fork":false,"pushed_at":"2023-06-10T00:46:43.000Z","size":2488,"stargazers_count":43,"open_issues_count":6,"forks_count":23,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T17:55:20.462Z","etag":null,"topics":["coronavirus","gatsby","gatsby-site","leaflet","leaflet-map","map","map-dashboard","mapping","maps","react-leaflet"],"latest_commit_sha":null,"homepage":"https://coronavirus-map-dashboard.netlify.com/","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/colbyfayock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":["colbyfayock"]}},"created_at":"2020-03-28T18:22:07.000Z","updated_at":"2024-03-05T11:52:57.000Z","dependencies_parsed_at":"2024-10-02T06:40:50.082Z","dependency_job_id":"33da3d5e-634a-4f50-ad93-0bc1544dc0ce","html_url":"https://github.com/colbyfayock/coronavirus-map-dashboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/colbyfayock/coronavirus-map-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colbyfayock%2Fcoronavirus-map-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colbyfayock%2Fcoronavirus-map-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colbyfayock%2Fcoronavirus-map-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colbyfayock%2Fcoronavirus-map-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/colbyfayock","download_url":"https://codeload.github.com/colbyfayock/coronavirus-map-dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/colbyfayock%2Fcoronavirus-map-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273557547,"owners_count":25126827,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"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":["coronavirus","gatsby","gatsby-site","leaflet","leaflet-map","map","map-dashboard","mapping","maps","react-leaflet"],"created_at":"2024-10-02T06:40:37.129Z","updated_at":"2025-09-04T05:42:39.026Z","avatar_url":"https://github.com/colbyfayock.png","language":"JavaScript","funding_links":["https://github.com/sponsors/colbyfayock"],"categories":[],"sub_categories":[],"readme":"# 🦠 Coronavirus (COVID-19) Map Dashboard\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\nUses https://github.com/NovelCOVID/API\n\nJumpstart your next Gatsby mapping project with Leaflet!\n\n## ⚡ Quick Deploy\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/colbyfayock/coronavirus-map-dashboard) [![Deploy with ZEIT Now](https://zeit.co/button)](https://zeit.co/import/project?template=https://github.com/colbyfayock/coronavirus-map-dashboard)\n\nOnce deployed, you'll need to add an environment variable `GATSBY_MAPBOX_KEY` with an access token from your [mapbox.com](https://www.mapbox.com) account.\n\n## 🧰 What This Includes\n* [Yarn](https://yarnpkg.com/en/)\n* [Gatsby](https://www.gatsbyjs.org/)\n* [Sass](https://sass-lang.com)\n* [React Helmet](https://github.com/nfl/react-helmet)\n* [Resolve Src](https://github.com/alampros/gatsby-plugin-resolve-src)\n* [Leaflet](https://leafletjs.com/)\n* [React Leaflet](https://react-leaflet.js.org)\n\n## 🚀 Getting Started\n\n### Requirements\n* [Gatsby CLI](https://www.npmjs.com/package/gatsby-cli)\n* [Yarn](https://yarnpkg.com/en/)\n\n### Quick Start\nRun the following in your favorite terminal:\n```\ngatsby new [directory] https://github.com/colbyfayock/coronavirus-map-dashboard\n```\n\n### Starting from Scratch\n* Set up Yarn: https://yarnpkg.com/lang/en/docs/install/#mac-stable)[https://yarnpkg.com/lang/en/docs/install/\n* Install the Gatsby CLI globally:\n```\nyarn global add gatsby-cli\n```\n* Inside the directory of your choice, scaffold a new Gatsby site:\n```\ngatsby new [directory] https://github.com/colbyfayock/coronavirus-map-dashboard\n```\nFor example, if I want my installation in `~/Code/my-coronavirua-dashboard`, I would navigate to `~/Code` and run:\n```\ngatsby new my-coronavirua-dashboard https://github.com/colbyfayock/coronavirus-map-dashboard\n```\n* Navigate to your new directory and run:\n```\nyarn develop\n```\n* You should now be running a new Gatsby site locally! 🎉\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://colbyfayock.com/newsletter\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/1045274?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eColby Fayock\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/colbyfayock/coronavirus-map-dashboard/commits?author=colbyfayock\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/colbyfayock/coronavirus-map-dashboard/commits?author=colbyfayock\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.crc8109.com/\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/56422761?v=4\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCarlos Castillo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/colbyfayock/coronavirus-map-dashboard/commits?author=crc8109\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-enable --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolbyfayock%2Fcoronavirus-map-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcolbyfayock%2Fcoronavirus-map-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcolbyfayock%2Fcoronavirus-map-dashboard/lists"}