Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

0 watching

Forks

Sponsor this project

Contributors

Languages