1.0.4 • Published 5 years ago

mp3-parse-cli v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Elixir-Project

CLI that parses mp3 metadata in multiple programming paradigms

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes and for using on a local machines terminal.

Prerequisites

You'll need to have Node.js (version 8 or newer) installed on your computer: https://nodejs.org/en/

Installing from NPM

npm install -g mp3-parser-cli

Example commands

Defaults to parsing with Javascript

mp3-parse examples/420.mp3

Using with elixir

mp3-parse examples/420.mp3 -l elixir

Using with ml

mp3-parse examples/420.mp3 -l ml

Installing locally

git clone https://github.com/scmilee/Elixir-Project.git

After cloning the repo the project can be ran locally with node:

node ./index.js <filename.mp3> -l <ml, elixir> // defaults to javascript

Built With

Authors

  • DJ Shamblin - Team member
  • Dylan Drudge - Team member

See also the list of contributors who participated in this project.

Acknowledgments

  • Jill Hubbard - Thanks for the sick project
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago