Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/popomore/pan

Resolve pan.baidu.com download url
https://github.com/popomore/pan

Last synced: about 2 months ago
JSON representation

Resolve pan.baidu.com download url

Awesome Lists containing this project

README

        

# pan

> Resolve pan.baidu.com download url

---

## Install

```
$ npm install pan -g
```

## Usage

```
$ pan http://pan.baidu.com/share/link?shareid=395290&uk=3224707057
```

## Nodejs

```
var pan = require('pan');
var panUrl = 'http://pan.baidu.com/share/link?shareid=395290&uk=3224707057';
pan(panUrl, function(err, result) {
result.forEacho(function(url) {
console.log(url);
});
});
```
## License

MIT