node-github-trending-api:基于Node.js实现的Github Trending Api

时间:2024-06-06 20:29:09
【文件属性】:

文件名称:node-github-trending-api:基于Node.js实现的Github Trending Api

文件大小:40KB

文件格式:ZIP

更新时间:2024-06-06 20:29:09

spider github-trending JavaScript

node-github-trending-api 基于Koa.js,Mongodb实现稳定的Github Trending Api。 开始 环境准备 Node.js >= 7.6 Mongodb >= 3.0 配置 编辑app/config.json,配置MongoDB连接,以及爬虫爬取Github Trending的时间间隔。 { "mongodb": { "host": "localhost", "port": 27017, "database": "database", // 对应数据库 "username": "username", // 用户名 "password": "password" // 密码 }, "spider": { "interval": { "githubTrending": 20


【文件预览】:
node-github-trending-api-master
----.eslintrc.yml(119B)
----.gitignore(13B)
----.babelrc(97B)
----app()
--------schedule()
--------app.js(49B)
--------index.js(856B)
--------router()
--------modal()
--------class()
--------config.json(219B)
--------spider()
--------router.js(226B)
----package.json(1KB)
----LICENSE(1KB)
----README.md(864B)
----.eslintignore(24B)
----.vscode()
--------launch.json(684B)
--------tasks.json(262B)
----yarn.lock(111KB)

网友评论