• Stars
    star
    113
  • Rank 310,115 (Top 7 %)
  • Language
    JavaScript
  • Created about 7 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

get wechat access_token and sign on nodejs platform

安装

npm install

启动nodejs

npm run dev

调试browserify

npm run watch

浏览器中打开

http://localhost:3031/

目录结构

app             
    access_token
        webtoken.js
    routes

    signature
        sign.js
    ticket
        ticket.js
    app.js
node_modules
public  
    build
        bundle.js
    main.js
views
    index.html
package.json
server.js