Skip to content

Web-API for getnada.cc an extremely useful temporary email service that allows users to create a 10-minute email swiftly

Notifications You must be signed in to change notification settings

aurelione/nada.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

nada.js

Web-API for getnada.cc an extremely useful temporary email service that allows users to create a 10-minute email swiftly

Example

async function main() {
	const { Nada } = require("./nada.js")
	const nada = new Nada()
	const domains = await nada.getDomains()
	console.log(domains)
}

main()

About

Web-API for getnada.cc an extremely useful temporary email service that allows users to create a 10-minute email swiftly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published