Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/popomore/fetchurl
Easy to download files
https://github.com/popomore/fetchurl
Last synced: about 2 months ago
JSON representation
Easy to download files
- Host: GitHub
- URL: https://github.com/popomore/fetchurl
- Owner: popomore
- Created: 2015-06-12T03:22:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-12T03:46:34.000Z (over 9 years ago)
- Last Synced: 2024-11-18T13:34:58.672Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
Awesome Lists containing this project
README
# fetchurl
[![NPM version](https://img.shields.io/npm/v/fetchurl.svg)](https://npmjs.org/package/fetchurl)
[![Build Status](https://img.shields.io/travis/popomore/fetchurl.svg)](https://travis-ci.org/popomore/fetchurl)
[![AppVeyor Status](https://img.shields.io/appveyor/popomore/fetchurl/master.svg)](https://ci.appveyor.com/project/popomore/fetchurl)
[![Build Status](https://img.shields.io/coveralls/popomore/fetchurl.svg)](https://coveralls.io/r/popomore/fetchurl)
[![NPM downloads](http://img.shields.io/npm/dm/fetchurl.svg)](https://npmjs.org/package/fetchurl)Easy to download files
---
## Install
```
$ npm install fetchurl -g
```## Usage
```
$ fetchurl https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/superplus/js/min_super_ce213974.js
```Also support file, create a file named `urls`
```
https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/tipsplus/js/min_tips_0e6bc704.js
https://ss0.bdstatic.com/5aV1bjqh_Q23odCf/static/activity/js/activity_start_52498d2c.js
```Then you can run
```
$ fetchurl ./urls
```## LICENSE
Copyright (c) 2015 popomore. Licensed under the MIT license.