You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.