使用 javascript 实现 OFX 规范
我正在开展一个个人项目,需要检索财务数据。在了解了通常是如何完成的之后,您似乎可以支付很多钱并获得像 Yodlee 这样的服务的许可来为您获取这些数据,或者您可以实施像 wesabe 这样的 OFX 客户端来与金融机构进行通信。鉴于我没有很多钱并且不介意挑战,我决定尝试实现 ofx 规范(除非你们中的一个人可以建议一种便宜/免费的替代方案!)。
我四处寻找其他人已经编写使用的 ofx 库,但没有找到任何看起来很棒的东西。我想知道是否有人知道在 Javascript 中尝试这个是否是一个坏主意。如果有什么可怕的理由让我不应该这样做,请提出来。如果有的话,我会用 Java 来做,但我认为完全用 javascript 来做会更好,这样它就可以完全在客户端上运行,而不是通过我的服务器。
无论如何,我希望能得到一些见解,谢谢。
I am working on a personal project and need to retrieve financial data. After looking around how this is normally done it seems you can pay lots of money and license a service like Yodlee to get this data for you or you can implement a OFX client like wesabe has to communicate with financial institutions. Seeing as I don't have lots of money and wouldn't mind the challenge I decided to try to implement the ofx spec (unless one of you can suggest a cheap/free alternative!).
I looked around for some ofx libraries other people have already written for use but didn't find anything that looked too great. I was wondering if anyone knew if it would be a bad idea to attempt this in Javascript. If there is some awful reason why I shouldn't do this please bring it up. If there is I'll just do it in Java but I think it would be nice to have it completely in javascript so it can run completely on a client and not through my servers.
Anyways I was hoping for some insight from SO, thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不了解 JavaScript,但是 OFX4J 提供了 OFX for Java。这个相关问题可能会提供更多见解。
I don't know about JavaScript, but OFX4J provides an implementation of OFX for Java. This related question may offer additional insight.