Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hpopp/tracklist-formatter

Format your Pioneer, Denon and VirtualDJ tracklist exports.
https://github.com/hpopp/tracklist-formatter

denon pioneerdj virtualdj vuejs

Last synced: about 1 month ago
JSON representation

Format your Pioneer, Denon and VirtualDJ tracklist exports.

Awesome Lists containing this project

README

        

# Tracklist Formatter

> Format your Pioneer, Denon and VirtualDJ tracklist exports.

This project is hosted publicly at https://formatter.djstormdrain.com/.

## Project Dependencies

This project requires these dependencies to be installed and running:

- Node.js 16.x LTS

## Getting Started

1. Clone the repository.

```shell
git clone [email protected]:hpopp/tracklist-formatter.git && cd tracklist-formatter
```

2. Fetch dependencies.

```shell
npm i
```

3. Run the project. Access it in your browser at http://localhost:8080.

```
npm run serve
```

## Contributing

### Formatting

This project uses [Prettier](https://prettier.io) for formatting. Add a hook in your editor of choice to
run it after a save.

### Commits

Git commit subjects use the [Karma style](http://karma-runner.github.io/5.0/dev/git-commit-msg.html).