Skip to content

nonsenz/bbcParty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bbcParty

small work in progress project just to play around with golang. tries to play random tracks from given bbc radio shows on youtube by scraping the show playlists.

examples

add show

curl -H "Content-Type: application/json" -X POST -d '{"id":"b0072l4x"}' http://localhost:8081/show

update

curl -H "Content-Type: application/json" -X POST http://localhost:8081/update

todo

  • fix api
  • use jsonapi for the json responses
  • add tests ;-)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published