pusher-geofencing:使用Ember.js和Pusher Channels构建的实时地理围栏应用程序

时间:2021-05-09 16:12:11
【文件属性】:
文件名称:pusher-geofencing:使用Ember.js和Pusher Channels构建的实时地理围栏应用程序
文件大小:124KB
文件格式:ZIP
更新时间:2021-05-09 16:12:11
javascript pusher emberjs maps geofencing 使用Ember.js构建地理围栏网络应用 展示Ember中的Pusher Channels实时功能的教程 先决条件 JavaScript的基础知识。 您还需要在计算机上正确安装以下物品。 (使用npm) 安装 git clone https://github.com/9jaswag/pusher-geofencing.git此存储库 cd pusher-geofencing npm install 设置环境变量 在node-server目录中创建一个.env文件,并在其中添加以下内容: PUSHER_APP_ID: ' your Pusher app ID ' PUSHER_APP_KEY: ' your Pusher app key ' PUSHER_APP_SECRET: ' your Pusher app secret ' PUSHER_APP_CLUSTER: ' y
【文件预览】:
pusher-geofencing-master
----.gitignore(351B)
----app()
--------app.js(375B)
--------components()
--------resolver.js(65B)
--------templates()
--------services()
--------models()
--------helpers()
--------index.html(781B)
--------controllers()
--------routes()
--------styles()
--------router.js(268B)
----package.json(2KB)
----package-lock.json(468KB)
----.watchmanconfig(37B)
----.travis.yml(293B)
----public()
--------robots.txt(51B)
----testem.js(506B)
----.eslintrc.js(621B)
----README.md(2KB)
----vendor()
--------.gitkeep(0B)
----tests()
--------integration()
--------unit()
--------helpers()
--------index.html(1KB)
--------test-helper.js(228B)
----config()
--------targets.js(305B)
--------environment.js(1KB)
----.eslintignore(28B)
----node-server()
--------server.js(1KB)
----.ember-cli(280B)
----ember-cli-build.js(898B)
----.editorconfig(368B)

网友评论