Code Samples - EricPedley/zotmeal-backend GitHub Wiki
JavaScript
fetch('http://zotmeal-backend.vercel.app/api?location=anteatery').then(r=>r.json()).then(data => {
console.log(data);
});// If you're using Node, you might have to install the node-fetch package.