github-ranking icon indicating copy to clipboard operation
github-ranking copied to clipboard

node端爬取信息的代码可以开源嘛?

Open mercer08 opened this issue 8 years ago • 2 comments

想了解node抓取内容,提供接口给前端这块内容,有兴趣开源嘛

mercer08 avatar Apr 11 '17 06:04 mercer08

@2lei 你好,已经开源呀。爬取内容代码在https://github.com/microzz/github-ranking/blob/master/build/dev-server.js 这个文件中。我自己真正投入使用增加了一些东西:把Express换成了Koa2,然后使用node-schedule模块定时爬取,然后将内容缓存,加快访问速度。

microzz avatar Apr 11 '17 06:04 microzz

thanks

jgsrty avatar Sep 25 '18 08:09 jgsrty