1.1.4 • Published 4 years ago

jontube v1.1.4

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

JonTube

The website has updated it's name, please use the JonTV package

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 jontube = require('jontube');
jontube('cm45gT2v', test);
function test(thing) {
	console.log(thing);
	try {
		let JSONobj = JSON.parse(thing);
		console.log(JSONobj.n);
	} catch(error) {
		console.log(error);
	}
}
jontube.getuser('rK9JTIdB2eqsEkWQ', test);
jontube.search('Creeper', search);
function search(thing) {
console.log(thing);
}

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

1.1.4

4 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago