Skip to content

AzureFlow/cybertemp-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CyberTemp API

A simple wrapper API in JavaScript for CyberTemp.

⚙️ Install

# TODO

🔨 Usage

import {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);

Disclaimer

This project is in no way associated with CyberTemp.

This project is provided without any warranties. Please see LICENSE for more information.

About

CyberTemp Reverse Engineered

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project