1.1.0 • Published 3 years ago

jontv v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
3 years ago

JonTV

Using the npm package will make you able to easily use the website to get info etc.

Usage:

using the ?v= input from the url and it will either return error or it will return a json

let JonTV = require('jontv');
JonTV('cm45gT2v', test);
function test(thing) {
	console.log(thing);
	try {
		let JSONobj = JSON.parse(thing);
		console.log(JSONobj.n);
	} catch(error) {
		console.log(error);
	}
}
JonTV.getuser('rK9JTIdB2eqsEkWQ', test);
JonTV.search('Creeper', search);
function search(thing) {
console.log(thing);
}

You can also try it out in the bot I made (Discord) Invite