1.1.0 • Published 5 years ago

album-name-normalizer v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Album Name Normalizer

Build Status Coverage Status

Remove descriptors from album names.

input: Nevermind (Remastered)
output: Nevermind

input: Channel Orange (Explicit Version)
output: Channel Orange

input: The Queen is Dead (Deluxe Edition)
output: The Queen is Dead

Installation

npm install album-name-normalizer

Alternatively, you can use yarn.

yarn add album-name-normalizer

Usage

const removeDescriptors = require('album-name-normalizer');

removeDescriptors('Nevermind (Remastered)'); // Nevermind
removeDescriptors('Channel Orange (Explicit Version)'); // Channel Orange
removeDescriptors('The Queen is Dead (Deluxe Edition)'); // The Queen is Dead
1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago