From 5678386e7a275c4cd5bf3da58b282c55675d1029 Mon Sep 17 00:00:00 2001 From: HugoPoi Date: Sat, 4 Jul 2020 18:28:20 +0200 Subject: [PATCH] doc: clear todo list --- README.md | 4 ---- package.json | 6 ++++++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d97f3f9..1ee6a00 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,6 @@ Inspired by [DatMusic](https://github.com/alashow/datmusic-api), [MyFreeMp3](htt * Dowload all songs in a folder * Add proper command line options -* Document how to get a VK access token (need php and other things this - is very annoying) -* Publish on NPM -* Add proper cli support * Rewrite this as a plugin for Ampache * Rewrite this as a plugin for Funkwhale * Add MusicBrain ID3Tag on file diff --git a/package.json b/package.json index b8f9dd5..b1ceef3 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,12 @@ "type": "git", "url": "https://home.hugopoi.net/gitea/hugopoi/vk-music-dl" }, + "keywords": [ + "vkontakte", + "spotify", + "mp3", + "downloader" + ], "files": [ "index.js", "README.md"