Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
/ Meta3 Public archive

Meta3 is a simple REST API that allows to modify the metadata of a mp3 file. This solution is presented under a docker container shape to make easier the deployment of the app.

License

Notifications You must be signed in to change notification settings

edvgui/Meta3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meta3 : mp3 metadata editor API

Autumn 2019 -- Everarts de Velp Guillaume

Meta3 is a simple REST API that allows to modify the metadata of a mp3 file. This solution is presented under a docker container shape to make easier the deployment of the app.

You can find the detailed API here.

Installation

To create the docker container image, in the project folder, simply run :

docker build -t meta3 .

To run a container you then have to type :

docker run -d -p 80:80 meta3

💡 Installation check : simply open your browser and visit this link : http://localhost/ok

Contributing

This project is developed without any guarantee of further improvement of maintenance. If you want to help your help is welcome, you can start by posting issues and pull requests.

License

This project is under MIT license, feel free to use it at your own will.

About

Meta3 is a simple REST API that allows to modify the metadata of a mp3 file. This solution is presented under a docker container shape to make easier the deployment of the app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published