ibmsoft / coronavirus-map-dashboard

🦠 Coronavirus (COVID-19) Map Dashboard using coronavirus-tracker-api

Home Page:https://coronavirus-map-dashboard.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🦠 Coronavirus (COVID-19) Map Dashboard

All Contributors

Uses https://github.com/NovelCOVID/API

Jumpstart your next Gatsby mapping project with Leaflet!

⚑ Quick Deploy

Deploy to Netlify Deploy with ZEIT Now

Once deployed, you'll need to add an environment variable GATSBY_MAPBOX_KEY with an access token from your mapbox.com account.

🧰 What This Includes

πŸš€ Getting Started

Requirements

Quick Start

Run the following in your favorite terminal:

gatsby new [directory] https://github.com/colbyfayock/coronavirus-map-dashboard

Starting from Scratch

yarn global add gatsby-cli
  • Inside the directory of your choice, scaffold a new Gatsby site:
gatsby new [directory] https://github.com/colbyfayock/coronavirus-map-dashboard

For example, if I want my installation in ~/Code/my-coronavirua-dashboard, I would navigate to ~/Code and run:

gatsby new my-coronavirua-dashboard https://github.com/colbyfayock/coronavirus-map-dashboard
  • Navigate to your new directory and run:
yarn develop
  • You should now be running a new Gatsby site locally! πŸŽ‰

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Colby Fayock

πŸ’» πŸ“–

Carlos Castillo

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!

About

🦠 Coronavirus (COVID-19) Map Dashboard using coronavirus-tracker-api

https://coronavirus-map-dashboard.netlify.com/

License:MIT License


Languages

Language:JavaScript 72.0%Language:CSS 28.0%