Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hpopp/tracklist-formatter
- Owner: hpopp
- Created: 2022-04-30T17:28:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-19T21:12:25.000Z (12 months ago)
- Last Synced: 2024-01-20T21:54:02.965Z (12 months ago)
- Topics: denon, pioneerdj, virtualdj, vuejs
- Language: Vue
- Homepage: https://formatter.djstormdrain.com/
- Size: 775 KB
- Stars: 0
- 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 [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).