Skip to content

amencarini/songkick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Songkick

Wrapper for the Songkick API

Usage

Get your API key at http://www.songkick.com/developer

client := songkick.NewClient(songkickApiKey)

// 24426 is the location id for London
// See http://www.songkick.com/developer/location-search
events, err := client.GetEvents("2015-07-25", "2015-07-26", 24426)

TODO

  • Complete API
  • Add tests
  • Add doc

About

Go wrapper for the Songkick API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages