Skip to content

A TypeScript based Node.js CLI tool to create a Deezer playlist from a text file. Used for my weeding 🎉

License

Notifications You must be signed in to change notification settings

japf/deezer-playlist-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deezer Playlist Builder

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.

Usage

node app.js --inputFile songList.txt --playlistName myPlaylist

Build

  • Install TypeScript
npm install -g typescript
  • Install node modules
npm install
  • Install TypeScript definitions
npm install -g tsd
tsd install

Misc

  • Built with Visual Studio Code

About

A TypeScript based Node.js CLI tool to create a Deezer playlist from a text file. Used for my weeding 🎉

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published