jontube

1.1.4 • Public • Published

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

/jontube/

    Package Sidebar

    Install

    npm i jontube

    Weekly Downloads

    2

    Version

    1.1.4

    License

    ISC

    Unpacked Size

    3.08 kB

    Total Files

    3

    Last publish

    Collaborators

    • jonnygamingtv