Program to testing about apis, you could search any song and get his information
I use
- Gradle
- Java
- Musixmatch api
The program work inside terminal, ask you if you want search song
Here you could search any song
Then app list you the available songs and you should select one to show information about the song
to build this project you should clone the repo
git clone https://github.com/tsukitaro/Utafly
cd Utafly
Here you need create a config.properties file to store the api key, I use the Musixmatch api. Therefore you should request one api key in the site Musixmatch Developer
When you have the api you could store in config.properties with the key and value
api.key=API_KEY_VALUE
then you could execute gradle build
gradle build
This project is licensed under the terms of the GNU GLP v3 License. See the LICENSE file for details.