diff options
author | 2021-05-30 19:20:42 +0200 | |
---|---|---|
committer | 2021-05-30 19:20:42 +0200 | |
commit | da4c8c2fda07812e643363114c67df3ec0d3925e (patch) | |
tree | 02694c94ec64b667d799ec13f32a39427dc4d125 /README.md | |
download | yt_audio_player_api-da4c8c2fda07812e643363114c67df3ec0d3925e.tar.gz yt_audio_player_api-da4c8c2fda07812e643363114c67df3ec0d3925e.tar.bz2 yt_audio_player_api-da4c8c2fda07812e643363114c67df3ec0d3925e.zip |
init commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7737cd5 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# YT Audio Player +Command line player to listen to YT videos written in node +Saves bandwidth and streams only the audio part of the videos + +# Requirements +Node.js and npm installed + +# Before use +1. Install node packages with `npm i` +2. Copy `config.example` as `example` and put your YT API key inside. +3. Run it with `./yta` |