Skip to content

Instantly share code, notes, and snippets.

@danleyb2
Created March 16, 2020 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danleyb2/96866f100525a75a13c388408ac898f2 to your computer and use it in GitHub Desktop.
Save danleyb2/96866f100525a75a13c388408ac898f2 to your computer and use it in GitHub Desktop.
Fetch Csv
// const csvFile = 'latest_by_country.csv';
// fetch(csvFile).then(function(response) {
//
// return response.ok ? response.text() : Promise.reject(response.status);
//
//
// }).then(function(text) {
// console.log(text);
//
// });a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment