vine-parser

1.0.2 • Public • Published

vine-parser

Apperently, the vine api doesn't support the lookup of one video. So this library gives you the metadata json you need.

API

vine(id) -> returns a Promise

Usage

	var vine = require('vine-parser');

	vine('Ml16lZVTTxe').then(function(res) {
		console.log(res);
	}, function(err) {
		console.log('oops', err);
	})

Readme

Keywords

none

Package Sidebar

Install

npm i vine-parser

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • timsuchanek