Awesome
微信唱吧 wxchangba
基于node.js和微信jssdk的校园轻应用, 入口: http://changba.wx.fritx.me
- 历史仓库: (邑大唱吧) https://github.com/fritx/wyu-sing
- 0.1.x版本: (一分钟歌声) https://github.com/fritx/wxchangba/tree/0.1.x
- 当前版本: (微信唱吧) https://github.com/fritx/wxchangba
- 新版本架构基于: (在线云频道) https://github.com/fritx/channel
技术采用
- 前端主要基于zepto, 微信jssdk, metro-ui-css
- 后端主要基于express, lowdb, wx-connect, request/needle
- 后端配合前端使用lodash/_.template模板渲染页面
- 旧版本为单页应用架构, mongodb存储
搭建指南
- 下载安装nodejs
- 通过npm安装gulp/bower
- 下载源码到本地, 或直接从git克隆
- 进入目录, 安装npm/bower依赖
- 复制demo文件
- 自定义config文件
- 执行gulp构建
- 以特定环境运行, 如dev/test/production, 默认dev
$ npm install --global gulp bower
$ git clone git@github.com:fritx/wxchangba.git
$ cd wxchangba
$ npm install && bower install
$ cp db-demo.json db.json
$ cp -r media-demo media
$ cp -r config-demo config
$ vim config/dev.js
$ gulp build
$ NODE_ENV=dev node .
效果图
手机屏幕
<img width="150" src="https://blog.fritx.me/p/projects/wxchangba/pic/xs-songlist-0.png"> <img width="150" src="https://blog.fritx.me/p/projects/wxchangba/pic/xs-songlist-1.png"> <img width="150" src="https://blog.fritx.me/p/projects/wxchangba/pic/xs-song-0.png"> <img width="150" src="https://blog.fritx.me/p/projects/wxchangba/pic/xs-song-1.png">
平板屏幕
<img width="200" src="https://blog.fritx.me/p/projects/wxchangba/pic/md-songlist-0.png"> <img width="200" src="https://blog.fritx.me/p/projects/wxchangba/pic/md-songlist-1.png"> <img width="200" src="https://blog.fritx.me/p/projects/wxchangba/pic/md-song-0.png">
歌单播放 / 微信内网页录音
<img width="150" src="https://blog.fritx.me/p/projects/wxchangba/pic/xs-playlist-0.png"> <img width="150" src="https://blog.fritx.me/p/projects/wxchangba/pic/xs-playlist-1.png"> <img width="150" src="https://blog.fritx.me/p/projects/wxchangba/pic/xs-wxrecord-0.png"> <img width="150" src="https://blog.fritx.me/p/projects/wxchangba/pic/xs-wxrecord-1.png">
管理平台
<img width="200" src="https://blog.fritx.me/p/projects/wxchangba/pic/admin-login.png"> <img width="200" src="https://blog.fritx.me/p/projects/wxchangba/pic/admin-songlist-0.png"> <img width="200" src="https://blog.fritx.me/p/projects/wxchangba/pic/admin-songlist-2.png">