A reverse proxy with cache support.
##Requirements:
go get github.com/patrickmn/go-cache
go build songkick.go
##Usage:
Make sure to run:
firewall.sh
And after that simply run:
./songkick
the server can be updated to support different endpoints + host by edinting the source code.
###Client:
curl -H 'Host: songkick-api-proxy' "localhost:8080/api/3.0/search/artists.json?query=muse&apikey=TkHqXOx7ZOhtT69x"
Host is mandatory.