Donatien NAMBININTSOA ANDRIANIRINA, I am a Full Stack dev
const network = require("awesome-recruitment-network");
const { skills, expectedSalary } = require("./me");
// I am opened to opportunities
network.on("opportunity", (job, recruiter) => {
if (skills.includes(job.type) && job.salary >= expectedSalary) {
return recruiter.message({
message: "I'd be happy to collaborate with You :)"
});
}
}).subscribe();
I use simple-to-use, yet, performant tools. It's critical to make the right choice to get things done the right way