Skip to content

Commit

Permalink
covid-19: parses hospitalizations
Browse files Browse the repository at this point in the history
  • Loading branch information
oem committed Aug 10, 2020
1 parent c8799c1 commit ab5ab31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/covid-19/Covid19.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function fetchcurrent()

Dict(:infected => Dict(:total => infected[1], :recovered => infected[2], :new => infected[3], :recordedat => recordedat),
:deaths => Dict(:total => deaths[1], :new => deaths[2]),
:hospitalizations => Dict(:total => hospitalizations[1], :intesivecare => hospitalizations[2]),
:trend => trend,
:boroughs => boroughs)
end
Expand Down

0 comments on commit ab5ab31

Please sign in to comment.