// 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
Untitled design_edited.png

sAn TAn CHARteR 
ZOOlOgy ClUb SIGN UP

sAn TAn CHARteR 
ZOOlOgy ClUb SIGN UP

Untitled design_edited.png

Join our exciting 8‑week Zoology Program where students meet real animal ambassadors, learn about habitats, conservation, and the importance of wildlife! Perfect for curious minds of 2nd grade and up!

START DATE :

Wednesday, January 21st

3:15-4:15 pm

DETAILS:

  • Program Length: 8 Weeks

  • Cost: $135 per student

  • Location: On‑Campus

  • Hosted By: Animal People — Educational Wildlife Presentations

Each week, there will be a new animal and lesson. Students will receive a worksheet or craft related to the lesson, along with opportunities for close interaction and petting the animals.

Nothing to book right now. Check back soon.
bottom of page