Skip to content

Instantly share code, notes, and snippets.

@bacongravy
Created June 8, 2020 06:27
Show Gist options
  • Select an option

  • Save bacongravy/55cab1820a04666564f0070e3d1b1e0b to your computer and use it in GitHub Desktop.

Select an option

Save bacongravy/55cab1820a04666564f0070e3d1b1e0b to your computer and use it in GitHub Desktop.
fetch("/count")
.then(response => response.json())
.then(count => {
document.getElementById("visitorCount").innerHTML = count;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment