文件名称:endomondo-js:用于从 Endomondo 检索训练数据的 Javascript API
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-04 05:32:42
JavaScript
Javascript 中的 Endomondo API Endomondo 不提供官方 API,而且我在 JS 中找不到任何现有的实现,所以我想我自己尝试一下。 用法 注意:这是获取数据的第一次工作尝试,而不是功能齐全的 API。 克隆仓库 $ git clone https://github.com/swyphcosmo/endomondo-js.git $ cd endomondo-js 将config.js.example复制到config.js $ cp config.js.example config.js 在您选择的文本编辑器中打开config.js并添加您的 Endomondo 登录凭据 { 电子邮件地址和密码 } 安装依赖 $ npm install 在节点中运行 $ node endomondo.js 致谢 在我弄清楚 Endomondo 如何处理查询数据时
【文件预览】:
endomondo-js-master
----endomondo.js(3KB)
----package.json(582B)
----License.md(1KB)
----config.js.example(100B)
----Readme.md(1KB)
----.gitignore(23B)