Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Aug 4, 2018
1 parent 76ed355 commit 107eba5
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# music-downloader

Command line utility to download music from YouTube

## Installation

### [NPM](https://www.npmjs.com/)

```bash
npm i
```

### [Yarn](https://yarnpkg.com/)

```bash
yarn
```

## Usage

1. Edit `videos.txt` and put one YouTube video resolvable (youtube.com URL, youtu.be URL, or video ID.)
2. Run `index.js`.
3. Use audio files in the `audio` directory.

0 comments on commit 107eba5

Please sign in to comment.