From 6efb932b2779cb606bdefa3c40773fae6439a6af Mon Sep 17 00:00:00 2001 From: Renato Date: Fri, 7 Oct 2016 11:31:29 +0200 Subject: [PATCH 1/2] Changed position of Deezer Changed position of Deezer to be sorted alphabetically --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index de51eee9..d3091e98 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| | Discogs | Music | No | [Go!](https://www.discogs.com/developers/) | +| Deezer | Music | Yes | [Go!](http://developers.deezer.com/api) | | EchoNest | Music | No | [Go!](http://developer.echonest.com/docs/v4) | | Jamendo | Music | Yes | [Go!](https://developer.jamendo.com/v3.0) | | LastFm | Music | No | [Go!](http://www.last.fm/api) | @@ -217,7 +218,7 @@ A collective list of JSON APIs for use in web development. | Songsterr | Provides guitar, bass and drums tabs and chords | No | [Go!](https://www.songsterr.com/a/wa/api/) | | Soundcloud | Music | No | [Go!](https://developers.soundcloud.com/) | | Spotify | Music | Parts | [Go!](https://developer.spotify.com/web-api/) | -| Deezer | Music | Yes | [Go!](http://developers.deezer.com/api) | + ### Open Source projects From ed5a2944a5b2b3acd3ac9e42923e5178cd4d37b8 Mon Sep 17 00:00:00 2001 From: Renato Date: Fri, 7 Oct 2016 11:33:38 +0200 Subject: [PATCH 2/2] fixed position of Deezer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3091e98..6689453b 100644 --- a/README.md +++ b/README.md @@ -206,8 +206,8 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| -| Discogs | Music | No | [Go!](https://www.discogs.com/developers/) | | Deezer | Music | Yes | [Go!](http://developers.deezer.com/api) | +| Discogs | Music | No | [Go!](https://www.discogs.com/developers/) | | EchoNest | Music | No | [Go!](http://developer.echonest.com/docs/v4) | | Jamendo | Music | Yes | [Go!](https://developer.jamendo.com/v3.0) | | LastFm | Music | No | [Go!](http://www.last.fm/api) |