JLyrics Save

🎼 Expandable lyrics-scraping API for Java

Project README

Download Stars License CodeFactor Build status

JLyrics

🎼 Expandable lyrics-scraping API for Java

Example

LyricsClient client = new LyricsClient();
Lyrics lyrics = client.getLyrics("smooth criminal").get();
System.out.println(lyrics.getContent()); // As he came into the window ...

Features

Included Lyrics Sites

  • A-Z Lyrics
  • Genius
  • MusixMatch
  • [your contribution here]

Maven Setup

<repository>
		  <id>jitpack.io</id>
	   <url>https://jitpack.io</url>
</repository>
<dependency>
	   <groupId>com.github.jagrosh</groupId>
	   <artifactId>JLyrics</artifactId>
	   <version>master-SNAPSHOT</version>
</dependency>
Open Source Agenda is not affiliated with "JLyrics" Project. README Source: jagrosh/JLyrics
Stars
60
Open Issues
10
Last Commit
1 year ago
Repository
License

Open Source Agenda Badge

Open Source Agenda Rating