node-nikerunclub:用于 Nike Run Club 的 API 包装器

时间:2024-06-18 22:47:44
【文件属性】:

文件名称:node-nikerunclub:用于 Nike Run Club 的 API 包装器

文件大小:59KB

文件格式:ZIP

更新时间:2024-06-18 22:47:44

JavaScript

节点-nikerunclub Nike Run Club 的 API 用法 const Nike = require ( 'node-nikerunclub' ) ; const nike = new Nike ( { ux_id : '' , client_id : '' } ) ; 登录 nike . signIn ( email , password ) ; /* Since it relies on Puppeteer, you need a GUI environment for now and it might not be a reliable long-term solution */ 从刷新令牌获取访问令牌 nike . getAccessTokenFromRefreshToken ( refreshToken ) ; 获取用户信息 nike . get


【文件预览】:
node-nikerunclub-master
----.gitignore(959B)
----package.json(724B)
----index.js(46B)
----README.md(1KB)
----config()
--------config.json.example(40B)
----lib()
--------puppeteer.js(2KB)
--------nikerunclub.js(7KB)
----example.json(542KB)
----yarn.lock(19KB)

网友评论