Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 375 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 375 Bytes

URL2io node.js SDK

Author : Wang Jie [email protected]

官方文档

http://www.url2io.com/docs

使用说明

npm安装

npm install url2io

使用

let url2io = require('url2io')('demo'); // 实际这里的demo为你的token
url2io.article(url, fields, callback);
// 回调函数的唯一一个参数为api返回的json构成的对象