Skip to content

Commit

Permalink
update recovered csv file path (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laeyoung committed Mar 26, 2020
1 parent 45ab49e commit de5ed23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/jhu-edu.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const csv = require('csvtojson')
const csvPath = {
confirmed: 'https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_confirmed_global.csv',
deaths: 'https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_deaths_global.csv',
recovered: 'https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_19-covid-Recovered.csv'
recovered: 'https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/csse_covid_19_time_series/time_series_covid19_recovered_global.csv'
}

const fixedCountryCodes = require('../dataset/country-codes.json')
Expand Down

0 comments on commit de5ed23

Please sign in to comment.