Skip to content

Web-API for jservice.io website that provides Jeopardy trivia data including the questions and answers

Notifications You must be signed in to change notification settings

aurelione/jservice.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

jservice.js

Web-API for jservice.io website that provides Jeopardy trivia data including the questions and answers. Source

Example

async function main() {
	const { JService } = require("./jservice.js.js")
	const jService = new JService()
	const randomQuestion = await jService.getRandomQuestion()
	console.log(randomQuestion)
}

main()

About

Web-API for jservice.io website that provides Jeopardy trivia data including the questions and answers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published