# qrcode **Repository Path**: cnjack/qrcode ## Basic Information - **Project Name**: qrcode - **Description**: 写个生成Qrcode的程序~~ - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: http://qrcode.nightc.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-10-13 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #nightc-qrcode a tool website write by Go to create qrcode. ## Auth jack ## Email h_7357#qq.com (replace # by @) ## PowerBy BootStrap Jquery [martini](http://github.com/go-martini/martini) [martini-contrib](http://github.com/martini-contrib/render) [go-qrcode](http://github.com/skip2/go-qrcode) ... ## Design ![design ](http://git.oschina.net/cnjack/qrcode/raw/master/doc/index.png?dir=0&filepath=doc%2Findex.png) ## install go get git.oschina.net/cnjack/qrcode cd %GOPATH%/src/git.oschina.net/cnjack/qrcode(win) cd $GOPATH/src/git.oschina.net/cnjack/qrcode(mac or linux) cd install go build main.go run main.exe or ./main visit http://localhost:8080/(you can change the port at qrcode Line 18) ## API visit http://localhost:port/api?qr_string=[qr_string]&size=[size] to get the image of the qrcode ## Demo [nightc-qrcode](http://qrcode.nightc.com)