Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 492 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 492 Bytes

audiostreaming

audiostreaming is a Go library for getting spotify, youtube, deezer, etc URI from an artist + song query.

Usage

Inside cmd folder there is an example command. Clone the repository and go to folder cmd/audiostreaming

cd cmd/audiostreaming

Copy .env-example to .env and set the data for your environment

cp .env-example .env

Run the command

go run main.com --artist "Arctic Monkeys" --track "Do I Wanna Know?"