New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

download-vine

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

download-vine

A tool to download files, including vines

1.0.1
latest
Source
npm
Version published
Maintainers
1
Created
Source

download-vine

A tool to download files, including vines

Installation

To install, simply run

> npm install --save download-vine

Usage

To use, this is a sample code

var download = require("download-vine");

download(/** an array of files **/).then(function(){
    /** success **/
}).catch(function(error){
    /** error **/
});

The input is an array, each element of the array is a string that is the uri to source of the file you wish to download. If you wish to download a vine, the link of the vine should be of the type http://vine.co/v/XXXXXXXXX/embed/simple.

Versions

1.0.0

  • First commit

Keywords

download

FAQs

Package last updated on 07 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts