feender:能够从任何网址提取提要网址的模块

时间:2021-05-08 23:14:48
【文件属性】:
文件名称:feender:能够从任何网址提取提要网址的模块
文件大小:3KB
文件格式:ZIP
更新时间:2021-05-08 23:14:48
JavaScript 费登 这是一个简单的node.js(纯JavaScript)模块,能够从任何网址提取提要网址。 这是基于功能,但可以在本地运行,以避免来自GAE的大量费用。 例子: feender ( 'http://blog.superfeedr.com' , function ( error , feeds ) { console . log ( feeds [ 0 ] . title ) ; // 'Atom Feed' console . log ( feeds [ 0 ] . href ) ; // 'http://blog.superfeedr.com/atom.xml' console . log ( feeds [ 0 ] . type ) ; // 'application/atom+xml' console . log ( feeds [ 0 ] . rel ) ; // '
【文件预览】:
feender-master
----.gitignore(13B)
----README.md(608B)
----test()
--------test.js(3KB)
----package.json(446B)
----feender.js(2KB)

网友评论