Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.52 KB

README.md

File metadata and controls

49 lines (37 loc) · 1.52 KB

Rename Songs

Project | Technologies | How to use | How to contribute | License |

Screenshot (20)

Project

I was downloading some songs on telegram and they came randomly named. So I was looking for a way to easily rename them with the title and track no. And then I was like 'why not??'. This script renames a song filename with its title!

Technologies

This project was developed with the following technologies:

  • Node.js
  • Typescript
  • Express
  • Multer

How to use

To run this project, you must have an http client, like Insomnia. Start the project: npm start. It'll running at the port 3333

Upload the songs one by one via Multipart at the route '/'. The songs must be uploaded as the property song

How to contribute

All the contributions are welcome, but you should follow this steps to contrinute:

  • Open an issue describing your feature suggestion or bug fix
  • fork this repo
  • Create a new branch with your feature
  • Commit your changes
  • Open a PR with these changes

After your PR has been merged, you can delete your branch.

License

This project is under the MIT License. check the file LICENSE for details.


Made by Luis Saiete. Find me on Twitter.