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);
	})

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.20latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.20
1.0.11
1.0.00

Package Sidebar

Install

npm i vine-parser

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • timsuchanek