Skip to content

Code Samples

Bryan Silva edited this page Jun 6, 2023 · 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