Skip to content

Code Samples

Eric Pedley edited this page Apr 27, 2022 · 1 revision

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.
Clone this wiki locally