文件名称:who-does-not-follow-me:一个Node.js脚本,用于检查谁没有在GitHub上关注您
文件大小:98KB
文件格式:ZIP
更新时间:2024-02-25 00:55:45
nodejs github-api eslint prettier followers
谁不跟着我 描述 一个Node.js脚本,用于检查谁没有在GitHub上关注您。 (根据您的关注者和关注者) 如何使用 类型yarn add who-does-not-follow-me或npm i who-does-not-follow-me -s 参量 用户名(github的用户名) client_id(github的oauth应用令牌,用于发出更多请求) client_secret(github的oauth应用令牌,用于发出更多请求) 码 清除输出: import whoDoesNotFollowMe from 'who-does-not-follow-me' ; async fu
【文件预览】:
who-does-not-follow-me-master
----.babelrc(235B)
----images()
--------who-does-not-follow-me.png(65KB)
----package.json(1KB)
----tslint.json(99B)
----.prettierrc(81B)
----LICENSE(1KB)
----src()
--------config()
--------services()
--------utils()
--------index.ts(100B)
--------helpers()
----tsconfig.json(240B)
----index.d.ts(430B)
----.gitignore(34B)
----README.md(1KB)
----yarn.lock(102KB)
----.editorconfig(158B)