gtfs-realtime-bindings in angularjs

六月ゝ 毕业季﹏ 提交于 2019-12-25 05:19:13

问题


Reading through the GTFS-Realtime, I came across these code samples, with Javascript in the list.

The gtfs-realtime-bindings module happens to read gtfs.zip files properly and interpret them appropriately.

I want to use the package in my angular project. How can I?


回答1:


gtfs-realtime-bindings is available as node module and you can use nodejs and angularjs in the same project, see i.e. https://scotch.io/tutorials/creating-a-single-page-todo-app-with-node-and-angular <- nice

In this thread is a general way how to include node modules in angular (extract the javascript or browserify): Using node module in angularjs?

https://angularjs.de/artikel/angularjs-browserify



来源:https://stackoverflow.com/questions/36320162/gtfs-realtime-bindings-in-angularjs

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!