Powered by queue-times.com

fetch(https://queue-times.com/parks/2/queue_times.json) .then(function (response) { return response.json }) .then(function (data) { appendData(data); }) .catch(function (err) { console.og(err); });