vine-parser

v1.0.2
vine-parser ===========

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);
    })
npm i vine-parser

Metadata

  • MIT
  • Whatever
  • Tim Suchanek
  • released 2/3/2016

Downloads

Maintainers