Skip to content
/ shazam Public

A web client to interact with shazam.com APIs written in Go.

License

Notifications You must be signed in to change notification settings

bst27/shazam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shazam

A web client to interact with shazam.com APIs written in Go.

You can find the docs at https://godoc.org/github.com/bst27/shazam.

Example

How to fetch the Shazam charts for Berlin, Germany:

package main

import (
	"github.com/bst27/shazam"
)

func main() {
	charts := shazam.FetchCityCharts(shazam.Cities().GermanyBerlin())
}

About

A web client to interact with shazam.com APIs written in Go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages