文件名称:hey-world-api
文件大小:13KB
文件格式:ZIP
更新时间:2024-03-27 00:19:28
HTML
嘿世界作为API 使用您的的RSS feed制作REST API 克隆此存储库并将其部署到Netlify 将RSS Feed URL添加为名为RSS_URL的环境变量。 您可以在Netlify UI的“站点设置->构建和部署->环境”中执行此操作。 您也可以使用.env文件 这里有一个工作版本: : API中的数据以这种格式返回 { author: "the author's name", originalBlogURL: "the url to the blog on Hey World", originalFeedURL: "the url to the blog's RSS feed", lastUpdated: "the date the blog was last updated", posts: [ {
【文件预览】:
hey-world-api-master
----example.html(2KB)
----.env.example(43B)
----netlify.toml(50B)
----README.md(1KB)
----.gitignore(44B)
----functions()
--------fetch-feeds.js(2KB)
----package-lock.json(28KB)
----package.json(365B)