This API is made to search and parse lyrics from the web. The Genius library should provide all the songs your users will ever search for. It uses genius's embed page to load lyrics without getting rate-limited, and caches every parsed lyrics and search results (runtime).
Just create a new GLA object and start with the search(String) method ;)
Gradle
dependencies {
implementation 'com.github.dusmartijngames:GeniusLyricsAPI:1.0.0'
}
repositories {
maven { url 'https://jitpack.io' }
}Maven
<dependency>
<groupId>com.github.dusmartijngames</groupId>
<artifactId>GeniusLyricsAPI</artifactId>
<version>1.0.0</version>
</dependency><repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>This repository is for research purposes only, the use of this code is your responsibility.
I take NO responsibility and/or liability for how you choose to use any of the source code available here. By using any of the files available in this repository, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again, ALL files available here are for EDUCATION and/or RESEARCH purposes ONLY.