From 9ab94d9a4ba2896a58db7a2f965808b3bb6ab262 Mon Sep 17 00:00:00 2001 From: liam4 Date: Tue, 30 May 2017 20:09:03 +0000 Subject: Better recursive crawler --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index db3c69a..7e7478b 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,12 @@ It's also decently powerful. ```bash # On the server; that is, the device that holds the media: $ cd my_music_folder -$ python3 -m http.server 1233 +$ python3 -m http.server # On the client; that is, the device with http-music: $ cd http-music $ yarn # to install Node.js dependencies; you'll also need `avconv` and `play` (sox). -$ node crawl-itunes.js > playlist.json # Bad script name, right? -# I think you might need to configure crawl-itunes.js to get the right IP and port.. +$ node crawl-recursive.js > playlist.json $ node play.js # Go! ``` -- cgit 1.3.0-6-gf8a5