This is an api server about the air-quality-index.
We get datas from the Ministry of Environmental Protection of the People's Republic of China.
// If already set the GOPATH
go get -u github.com/go-sql-driver/mysql
go get -u github.com/gorilla/muxgo build -o server *.goNow you can run 'server' or use supervisor to monitor it.
Remember to keep mysql be opened.