Home

Awesome

wechat-starter

Build Status Code Climate

Template for developing wechat in rails.

Features

Screenshots

<img src="http://i.imgur.com/WimbzPX.png" width="240"> <img src="http://i.imgur.com/urwmWZv.png" width="240"> <img src="http://i.imgur.com/UPw6FRc.png" width="240">

Demo

<img src="http://onrroy52y.bkt.clouddn.com/20170410223715_TvCyRq_1491834768.jpeg">

Service account sponsored by Le Wagon Shanghai

Install

See wiki first

Deploy to Heroku

Deploy

Deploy to your own server

Create customized menu

It depends on Rails.env to choose the menu from config folder.

For example, if Rails.env == production, then config/menu_production.yaml is chosed.

# create menu
rake wechat:menu_create

# show menu
rake wechat:menu

References

Extension projects

Contributors