Skip to content

Web-API for yesno.wtf website which can generate yes or no randomly

Notifications You must be signed in to change notification settings

aurelione/yes_no.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

yes_no.js

Web-API for yesno.wtf website which can generate yes or no randomly

Example

async function main() {
	const { YesNo } = require("./yes_no.js")
	const yesNo = new YesNo()
	const answer = await yesNo.getAnswer()
	console.log(answer)
}

main()

About

Web-API for yesno.wtf website which can generate yes or no randomly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published