GitXplorerGitXplorer
s

covid-tracker

public
17 stars
2 forks
15 issues

Commits

List of commits on branch master.
Unverified
d4602f2487a8d127953b937eadd2be608522a686

build

sschnerd committed 2 years ago
Unverified
7193cf093468e448a4a0b0a49c6f6d176cdbf950

Discontinue service, freeze at May 13 2022

sschnerd committed 2 years ago
Verified
ff677070f372af893c88cb4fc5dd0d9860a0d96e

Bump minimatch from 3.0.4 to 3.1.2 (#32)

ddependabot[bot] committed 2 years ago
Verified
618381eae8279d3403614072f6452aabee867c0d

Bump url-parse from 1.5.7 to 1.5.10 (#26)

ddependabot[bot] committed 3 years ago
Verified
b313ff278125a82e5ac293e50d9dc8a79786de5b

Bump url-parse from 1.5.3 to 1.5.7 (#25)

ddependabot[bot] committed 3 years ago
Verified
835c2027a20e4bf975d8ed6c16c340e873929c18

Bump follow-redirects from 1.14.7 to 1.14.8 (#24)

ddependabot[bot] committed 3 years ago

README

The README file for this repository.

US COVID-19 Tracker

https://www.us-covid-tracker.com/

Screen Shot 2020-03-27 at 6 35 33 PM

Sources, Methodology, Exceptions

New York Times cases/deaths data: https://github.com/nytimes/covid-19-data Our "Daily New Cases" and "Daily New Deaths" values are calculated by taking the difference between the "cases"/"deaths" value of that day and the day before.

Development

npm run dev

Make changes to the files in /src. The files in the root of the project are the final versions that will be visible on github pages.

Deploy with npm run deploy