Raistlfiren / indiana-covid-statistics

A way to feed my interest in the current pandemic through code.

Home Page:https://incovidstats.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indiana Coronavirus Tracker

Intention

To Keep track of daily data from the Indiana coronavirus website, and create more detailed reports with the data. This is also to fuel my own desire to keep people more informed in this crazy Pandemic.

Prerequisites

You will need the following to develop this website -

  • MYSQL
  • PHP
  • composer
  • Symfony CLI
  • Node.JS (Yarn)

Installation

Please note stylesheets are not included since they are from a purchased theme.

  1. Download and install PHP, Composer, and Symfony
  2. Run composer install
  3. Run yarn install
  4. Run symfony server:start
  5. Run yarn watch

Pulling Data

Running ./bin/console app:pull-data will do the following:

  1. Fetch the latest data from the coronavirus.in.gov website
  2. Backup the data to its own file under Resources/coronavirus.in.gov/
  3. Delete data from the MYSQL database
  4. Put the latest data into the MYSQL database

About

A way to feed my interest in the current pandemic through code.

https://incovidstats.net/


Languages

Language:PHP 47.2%Language:HTML 22.3%Language:Twig 13.7%Language:JavaScript 7.5%Language:CSS 7.3%Language:SCSS 0.9%Language:Shell 0.6%Language:Ruby 0.5%