文件名称:toller:节点模块,用于从RTA的E-Toll网站检索信息
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-23 12:17:45
JavaScript
收费电话 免责声明 从您的RTA E-Toll帐户轻松检索数据。 该软件绝不与RTA或任何其他机构有关联。 它是免费提供的,对此我不承担任何责任:-) 另请注意,网站解析发生更改后,此模块可能会中断。 我不能对返回的值提供任何保证,也不对由此软件造成的任何损坏或任何后果负责。 用法 使用npm安装Toller : npm install -S toller 然后像其他任何节点模块一样在您的应用程序内使用它: var Toller = require('toller'); var toller = Toller('username', 'password'); toller.getCustomerDetails() .then(function (details) { console.log('Customer Details:\n', details); return tol
【文件预览】:
toller-master
----example()
--------example.js(619B)
----index.js(14KB)
----package.json(572B)
----LICENSE.md(1KB)
----.gitignore(577B)
----README.md(1KB)