WxExt
微信接口之外的扩展gem
Installation
Add this line to your application's Gemfile:
gem 'wx_ext'
And then execute:
$ bundle
Usage
使用请看spec/wx_ext/
测试
- 修改 spec/wx_ext/weixin_spec.rb 文件中的账户密码
- rspec spec/wx_ext/weixin_spec.rb
- rspec spec/wx_ext/sougou_weixin_spec.rb
Contributing
- Fork it ( https://github.com/FlowerWrong/wx_ext/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request