Skip to content

afeiship/weibo2res

Repository files navigation

weibo2res

Get weibo response.

version license size download

installation

npm install @jswork/weibo2res

usage

import weibo2res from '@jswork/weibo2res';
const res = weibo2res(...);
/*
// success
{
  code: 'A00006',
  format: 'jpg',
  width: 1504,
  size: 161645,
  ret: 1,
  height: 400,
  name: 'pic_1',
  pid: 'da432263gy1hbzptofvp4j215s0b4tct',
}
*/

license

Code released under the MIT license.