// backend/getIP.jsw import { fetch } from 'wix-fetch'; export async function getVisitorIP() { try { const response = await fetch("https://api.ipify.org?format=json", { method: "get" }); if (response.ok) { const json = await response.json(); return json.ip; // returns the visitor's IP address } else { return "Error fetching IP"; } } catch (err) { console.error("IP fetch failed", err); return "Unavailable"; } }
top of page
Font Builds 11.png

FOR A QUOTE CALL, EMAIL, OR TEXT US ANYTIME

  • 1 Hour Assembly Presentation

  • Covers a range of subjects including : Mammals, Reptiles, Birds, Insects, Arachnids, & Amphibians.

  • Hands on time and learning with live animal ambassadors.

  • Teaches Importance of Ecology and Wildlife Preservation.

  • Holding, Feeding, and Picture Time After Presentation.

  • We Run The Presentation 1 - 3 times, depending on specific needs. Inside a time frame of 1 - 4 Hours.

bottom of page