UNPKG

@phatnguyenuit/nhaccuatui-downloader

Version:

Simple CLI to download playlist and songs from nhaccuatui.com.

44 lines (29 loc) 1.2 kB
# nhaccuatui-downloader > Simple CLI to download playlist and songs from [nhaccuatui.com](https://www.nhaccuatui.com). [![NPM Version](https://img.shields.io/npm/v/@phatnguyenuit/nhaccuatui-downloader)](https://www.npmjs.com/package/@phatnguyenuit/nhaccuatui-downloader) [![NPM License](https://img.shields.io/npm/l/@phatnguyenuit/nhaccuatui-downloader)](https://github.com/phatnguyenuit/nhaccuatui-downloader/blob/master/LICENSE) [![NPM Downloads](https://img.shields.io/npm/dt/@phatnguyenuit/nhaccuatui-downloader)](https://www.npmjs.com/package/@phatnguyenuit/nhaccuatui-downloader) [![Dependency Status](https://img.shields.io/librariesio/release/npm/@phatnguyenuit/nhaccuatui-downloader)](https://www.npmjs.com/package/@phatnguyenuit/nhaccuatui-downloader) ## Installation - Install - Using `npm`: ```sh $ npm install -g @phatnguyenuit/nhaccuatui-downloader ``` - Using `yarn`: ```sh $ yarn global add @phatnguyenuit/nhaccuatui-downloader ``` - Usage: ```sh $ nhaccuatui [PLAYLIST/SONG URL] [PATH TO DOWNLOAD FILES] ``` ## Development - Install node_modules by running: ```sh npm install ``` - Try it out: ```sh node bin/nhaccuatui [URL] [PATH] ```