60s读懂世界
2a4200f659
优化每日60秒新闻获取逻辑 |
||
---|---|---|
api | ||
bili_api | ||
bing_api | ||
sixty_api | ||
weibo_api | ||
.gitignore | ||
Dockerfile | ||
favicon.svg | ||
index.html | ||
index.js | ||
LICENSE | ||
news.css | ||
README.md | ||
requirements.txt | ||
vercel.json |
每日早报
简介
60秒读懂世界!
效果
v1
v2
Vercel 一键部署(推荐)
v1
v2
Docker 一键部署
v1
docker run -itd --name=news --restart=always -p 9134:8888 flow2000/news:1.0.0
v2
docker run -itd --name=news --restart=always -p 9134:8888 flow2000/news:2.0.0
API
GET:https://news.panghai.top/60s
,返回今日新闻json数据
请求参数
参数名 | 位置 | 类型 | 必填 | 示例值 | 说明 |
---|---|---|---|---|---|
offset |
query |
int |
否 | 0 |
说明:0 为今天,1 为昨天,依次类推 |
GET:https://news.panghai.top/weibo
,返回微博热搜json数据
请求参数:无
GET:https://news.panghai.top/bili
,返回B站热搜json数据
请求参数:无
GET:https://news.panghai.top/bing
,返回必应热搜json数据
请求参数:无
更多详情请点击:每日早报API