Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cjwit committed Nov 19, 2020
1 parent c1aa846 commit 1708f69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# COVID-19 by US State

This chart tracks cases of COVID-19 across the USA from the date when each state first had at least 100 reported cases. The data comes from the New York Times (see [here for more information](https://www.nytimes.com/article/coronavirus-county-data-us.html?action=click&module=Spotlight&pgtype=Homepage) and [here for the GitHub data](https://github.com/nytimes/covid-19-data)). The idea for the chart comes from [this similar one from Our World in Data](https://ourworldindata.org/grapher/covid-confirmed-cases-since-100th-case).
This chart tracks cases of COVID-19 across the USA. The data comes from the New York Times (see [here for more information](https://www.nytimes.com/article/coronavirus-county-data-us.html?action=click&module=Spotlight&pgtype=Homepage) and [here for the GitHub data](https://github.com/nytimes/covid-19-data)). The idea for the chart comes from [this similar one from Our World in Data](https://ourworldindata.org/grapher/covid-confirmed-cases-since-100th-case).

I wouldn't depend on this for much, it's mostly a chance for me (Christopher Witulski) to see a graph that I wish were easier to find while checking to see if I remember how to use D3.js.

## Next

* Add US average to scaled charts (cases by population and daily new cases per 100k)
* Run through webpack to incorporate d3
I wouldn't depend on this for much, it's mostly a chance for me (Christopher Witulski) to see a graph that I wish were easier to find while checking to see if I remember how to use D3.js.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "npx webpack",
"firefox": "open -a Firefox ./dist/index.html",
"update": "curl \"https://raw.githubusercontent.com/nytimes/covid-19-data/master/us-states.csv\" -o \"/Users/cwituls/Documents/covid/covid.csv\" && python covid.py"
"update": "curl \"https://raw.githubusercontent.com/nytimes/covid-19-data/master/us-states.csv\" -o \"/Users/cwituls/Documents/covid/covid.csv\" && python covid.py",
"deploy": "git subtree push --prefix dist origin gh-pages"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1708f69

Please sign in to comment.