1.0.2 • Published 6 years ago

apilii v1.0.2

Weekly downloads
2
License
BSD-2-Clause
Repository
github
Last release
6 years ago

APILii

APILii is a library for VidLii's Developer API, which also gives you thumbnail and video URLs. It is written on JavaScript, runs on Node.js and is licensed under BSD 2-Clause License.

Installing

Run npm install apilii in your project's folder. That's it!

Contributing

Make a pull request with your code, I guess? :/ It would be discussed and then accepted into "experimental" branch. If something's wrong, then I (Michael Orishich) would fix it. Then your contribution would be pushed into "master" branch!

Code example

This code example gets information about my video:

const al = require('apilii');
(async () => { 
	var video = await al.getVideo('cCUgCA55lB7');
	console.log(JSON.stringify(video));
})();

Code of Conduct

Contributor Covenant is our Code of Conduct.

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago