fetchtext-api:一个简单的文本提取API

时间:2024-07-19 00:19:52
【文件属性】:

文件名称:fetchtext-api:一个简单的文本提取API

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-19 00:19:52

JavaScript

获取文本 API 一个简单的文本提取 API。 要求 使用 querystring URL向端点发出一个简单的GET请求,如下例所示: curl http://fetchtext-api.herokuapp.com/fetch/ ? url=http://www.polygon.com/2014/6/26/5842180/shovel-knight-review-pc-3ds-wii-u 回复 你得到一个对象响应: { "title" : "Shovel Knight review" , "favicon" : "https://cdn1.vox-cdn.com/community_logos/42931/favicon.ico" , "description" : "Shovel Knight is inspired by the past in all


【文件预览】:
fetchtext-api-master
----views()
--------index.html(3KB)
----lib()
--------unfluff.js(368B)
--------render.js(188B)
----LICENSE(1KB)
----Procfile(9B)
----README.md(2KB)
----Makefile(741B)
----.gitignore(587B)
----server()
--------routes.js(433B)
----bin()
--------server(653B)
----package.json(775B)

网友评论