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: 10 months ago
JSON representation
Format your Pioneer, Denon and VirtualDJ tracklist exports.
- Host: GitHub
- URL: https://github.com/hpopp/tracklist-formatter
- Owner: hpopp
- Created: 2022-04-30T17:28:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T21:12:25.000Z (over 2 years ago)
- Last Synced: 2025-07-09T16:11:45.065Z (11 months ago)
- Topics: denon, pioneerdj, virtualdj, vuejs
- Language: Vue
- Homepage: https://formatter.djstormdrain.com/
- Size: 775 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 git@github.com: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).