From 3e69ba48b8ce14e47b13be7af89c234bdf5b3a87 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Sat, 29 Jul 2017 01:50:44 -0500 Subject: [PATCH] last.fm requires an apiKey --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69a6d471..410c24fd 100644 --- a/README.md +++ b/README.md @@ -335,7 +335,7 @@ API | Description | Auth | HTTPS | Link | | Genius | Crowdsourced lyrics and music knowledge | `OAuth` | Yes | [Go!](https://docs.genius.com/) | | Jamendo | Music | `OAuth` | Yes | [Go!](https://developer.jamendo.com/v3.0) | | iTunes Search | Software products | No | Yes | [Go!](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/) | -| LastFm | Music | No | No | [Go!](http://www.last.fm/api) | +| LastFm | Music | `apiKey` | No | [Go!](http://www.last.fm/api) | | Mixcloud | Music | No | Yes | [Go!](https://www.mixcloud.com/developers/) | | 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) |