Skip to content

🌄URL2io node.js SDK,用于网页信息提取,如网页正文提取、标题提取、日期提取、下一页链接提取等。

License

Notifications You must be signed in to change notification settings

url2io/url2io-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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构成的对象

About

🌄URL2io node.js SDK,用于网页信息提取,如网页正文提取、标题提取、日期提取、下一页链接提取等。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%