A Leiningen template for weixin robot on Heroku platform.
The generated project has a few basics set up beyond the bare Compojure defaults:
activate WeiXin development model on WeiXin Back-end,
change TOKEN
on api.clj
file.
Weixin Interface config:
URL: http://{{name}}.herokuapp.com/api
Token: your token
$ lein new weixin-on-heroku myapp
$ cd myapp
$ git init
$ heroku apps:create myapp
$ git add .
$ git commit -m "Initial commit"
$ git push heroku master
$ curl http://myapp.herokuapp.com
See the README of the generated project for details.
Copyright © 2013 number23_cn https://twitter.com/number23_cn
Distributed under the Eclipse Public License, the same as Clojure.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close