Skip to content

giskarda/songkick-codechallange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

songkick-codechallange

A reverse proxy with cache support.

##Requirements:

go get github.com/patrickmn/go-cache

Build

go build songkick.go

##Usage:

Server:

Make sure to run: firewall.sh

And after that simply run:

./songkick

Update server:

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.

About

simple reverse proxy server with cache

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors