1.0.8 • Published 12 months ago

@jswork/weibo-pid2url v1.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

weibo-pid2url

Get url from weibo pid.

version license size download

installation

npm install @jswork/weibo-pid2url

usage

import WeiboPid2url from '@jswork/weibo-pid2url';

const ins = new WeiboPid2url({ host: 'tva1.js.work'});
// get:
ins.get(pid);

// gets:
ins.gets(pid, ['small', 'large'])

// gets all:
ins.gets(pid);

license

Code released under the MIT license.

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago