dowlandaiello / corona-inc

Coronavirus, but it's plague inc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

corona-inc

Coronavirus, but it's plague inc.

What is this?

This repository contains the source code for itzcoronatime, an interactive map based off the Plague, Inc. mobile game.

image

FAQs

  1. "Why isn't the map loading correctly?"

    In order to use the google maps API in a production environment, you must obtain an API key. Once you've done so, simply set VUE_APP_GOOGLE_MAPS_API_KEY in a .env file in this repository's root.

    In development environments, you shouldn't need to use an API key, but the map will be rendered with a watermark.

Development

In order to start contributing to this waste of time, simply:

# Install dependencies
yarn

# Start a development server
yarn dev

About

Coronavirus, but it's plague inc.

License:MIT License


Languages

Language:JavaScript 58.4%Language:Vue 33.9%Language:Python 4.6%Language:CSS 3.1%