apilii

1.0.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i apilii

Weekly Downloads

1

Version

1.0.2

License

BSD-2-Clause

Last publish

Collaborators

  • mishaor