A simple wrapper API in JavaScript for CyberTemp.
# TODOimport {checkInbox, generateEmail} from "@azureflow/cybertemp";
const email = await generateEmail();
const emailContent = await checkInbox({
email: email,
subject: "Subject of the email you want to check for",
});
console.log("emailContent:", emailContent);This project is in no way associated with CyberTemp.
This project is provided without any warranties. Please see LICENSE for more information.