文件名称:Trending-github::chart_increasing:用于在GitHub上获取趋势库的简单API
文件大小:6KB
文件格式:ZIP
更新时间:2024-02-24 07:51:39
github github-api npm trending repositories
趋势-github 用于在Github上获取趋势库的简单API 安装 npm install trending-github --save 用法 const trending = require ( 'trending-github' ) ; trending ( ) . then ( repos => console . log ( repos ) ) ; //=> [{ //=> author: 'asciimoo', //=> name: 'wuzz', //=> href: 'https://github.com/asciimoo/wuzz', //=> description: 'Interactive cli tool for HTTP inspection', //=> language: 'Go', //=> stars: 966, //=> forks: 20, //=> starsInPeriod: 153 //=> }, ... ] const trending = require ( 'trending-github' )
【文件预览】:
trending-github-master
----.eslintrc(285B)
----src()
--------index.ts(2KB)
----.npmignore(0B)
----.travis.yml(65B)
----tsconfig.json(873B)
----test()
--------tests.ts(3KB)
--------mocha.opts(15B)
----LICENSE.md(1KB)
----README.md(2KB)
----.gitignore(43B)
----package.json(1KB)