Skip to content

Jeijie/wechat-iot-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wechat-iot-example

微信 IOT 蓝牙硬件设备操作 demo

获取代码并安装项目依赖的库
		git clone [email protected]:liuxiaodong/wechat-iot-example.git  
		
		npm install
		
		cd public && bower install
修改配置文件
	cp config/_sample.json config/development.json
	
	修改 development.json 中的配置项为自己公众号的 appid 和 appsecret
	
	cp public/scripts/config_sample.js public/scripts/config.js
	修改 config.js 文件中变量 baseUrl 为自己服务器地址 
启动服务
	node app.js
公众号配置
  • 在公众号配置好 URL(服务器地址) 为 http://yourdomian.com/wechat
  • 如图所在位置

About

微信 IOT 蓝牙硬件设备操作

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.9%
  • HTML 14.6%
  • CSS 13.5%