Skip to content

Instantly share code, notes, and snippets.

@ZhipengHe
Last active September 5, 2021 10:05
Show Gist options
  • Save ZhipengHe/2b44b19be34c79e035fd717c7c847a57 to your computer and use it in GitHub Desktop.
Save ZhipengHe/2b44b19be34c79e035fd717c7c847a57 to your computer and use it in GitHub Desktop.
owid covid vaccinations
$.when(
$.getJSON('https://cdn.jsdelivr.net/npm/emoji-flags@1.3.0/data.json'),
$.getJSON('vaccinations.json')
).done(function (res0, res1) {
var flags = res0[0];
var data = res1[0];
var years = [];
}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment