From c3aed5a5bffdd08e23aa8187ef8f53d754564685 Mon Sep 17 00:00:00 2001 From: andypotts Date: Thu, 27 Jul 2017 20:05:04 +0100 Subject: [PATCH] Add songkick API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06eea493..8b4d53d8 100644 --- a/README.md +++ b/README.md @@ -336,6 +336,7 @@ API | Description | Auth | HTTPS | Link | | MusicBrainz | Music | No | Yes | [Go!](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2) | | Musikki | Music | No | Yes | [Go!](https://music-api.musikki.com/reference) | | Musixmatch | Music | `apiKey` | Yes | [Go!](https://developer.musixmatch.com/) | +| Songkick | Music Events | `OAuth` | Yes | [Go!](https://www.songkick.com/developer/) | | Songsterr | Provides guitar, bass and drums tabs and chords | No | Yes | [Go!](https://www.songsterr.com/a/wa/api/) | | Soundcloud | Music | No | Yes | [Go!](https://developers.soundcloud.com/) | | Spotify | Music | `OAuth` | Yes | [Go!](https://developer.spotify.com/web-api/) |