文件名称:nordnet:围绕Nordnet nExt API的改进的Node.js包装器
文件大小:99KB
文件格式:ZIP
更新时间:2024-06-07 20:50:06
finance trading banking nordnet JavaScript
诺德网 围绕Nordnet nExt测试API的改进的Node.js包装器。 改进之处 直接在客户端中进行身份验证 自动会话刷新 内置提要支持 目录 安装 通过安装 $ npm install nordnet 或者 通过git clone安装 $ git clone https://github.com/fhqvst/nordnet.git $ cd nordnet $ npm install 文献资料 最重要的功能是authenticate , call和subscribe 。 authenticate :请参阅以下示例。 call :请参阅。 subscribe :请参阅nExt Feed文档。 除此之外,请参考API.md。 注意:请勿使用您的Nordnet凭据。 相反,请在此处创建一个nExt API帐户。 例子 import Nordnet from 'nordn
【文件预览】:
nordnet-master
----package.json(1KB)
----tests()
--------index.spec.js(1KB)
----package-lock.json(443KB)
----.env.example(36B)
----.npmignore(5B)
----.eslintrc.js(1KB)
----LICENSE.md(1KB)
----.gitignore(1018B)
----lib()
--------index.js(8KB)
----README.md(3KB)
----scripts()
--------build.js(824B)
----API.md(6KB)
----NEXTAPI_TEST_public.pem(451B)