A TypeScript based Node.js CLI tool to create a Deezer playlist from a text file. This repository contains both the TypeScript and plain JavaScript source version.
node app.js --inputFile songList.txt --playlistName myPlaylist
- Install TypeScript
npm install -g typescript
- Install node modules
npm install
- Install TypeScript definitions
npm install -g tsd
tsd install
- Built with Visual Studio Code