From b52136284ba67a4c5cfc6bcba3245d1f87be4207 Mon Sep 17 00:00:00 2001 From: Albert Suarez Date: Thu, 27 Feb 2020 14:45:11 +0100 Subject: [PATCH] Add SearchLy API (#1156) * Add SearchLy API Co-Authored-By: Yann Bertrand <5855339+yannbertrand@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2109cd3c..d4700866 100644 --- a/README.md +++ b/README.md @@ -588,6 +588,7 @@ API | Description | Auth | HTTPS | CORS | | [Musikki](https://music-api.musikki.com/reference) | Music | `apiKey` | Yes | Unknown | | [Musixmatch](https://developer.musixmatch.com/) | Music | `apiKey` | Yes | Unknown | | [Openwhyd](https://openwhyd.github.io/openwhyd/API) | Download curated playlists of streaming tracks (YouTube, SoundCloud, etc...) | `No` | Yes | No | +| [SearchLy](https://searchly.asuarez.dev/docs/v1) | Similarities search based on song lyrics | No | Yes | Unknown | | [Songkick](https://www.songkick.com/developer/) | Music Events | `OAuth` | Yes | Unknown | | [Songsterr](https://www.songsterr.com/a/wa/api/) | Provides guitar, bass and drums tabs and chords | No | Yes | Unknown | | [SoundCloud](https://developers.soundcloud.com/) | Allow users to upload and share sounds | `OAuth` | Yes | Unknown |