From d5d13ba32c42f08c741cfe20e6cf4d6563b59dc9 Mon Sep 17 00:00:00 2001 From: Nirjas Jakilim Date: Tue, 13 Apr 2021 03:26:23 +0600 Subject: [PATCH 1/2] Added JioSaavn API --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19dee47..e5ff237 100644 --- a/README.md +++ b/README.md @@ -630,6 +630,7 @@ API | Description | Auth | HTTPS | CORS | | [TasteDive](https://tastedive.com/read/api) | Similar artist API (also works for movies and TV shows) | `apiKey` | Yes | Unknown | | [TheAudioDB](https://www.theaudiodb.com/api_guide.php) | Music | `apiKey` | Yes | Unknown | | [Vagalume](https://api.vagalume.com.br/docs/) | Crowdsourced lyrics and music knowledge | `apiKey` | Yes | Unknown | +| [JioSaavn](https://github.com/cyberboysumanjay/JioSaavnAPI) | API to retrive song information, album meta data and many more from JioSaavn | No | Yes | Unknown | **[⬆ Back to Index](#index)** ### News @@ -1026,4 +1027,4 @@ API | Description | Auth | HTTPS | CORS |
## License -[MIT](LICENSE) \ No newline at end of file +[MIT](LICENSE) From 885d128d9aace14388d79f56b5582272aae0e5d5 Mon Sep 17 00:00:00 2001 From: Nirjas Jakilim Date: Tue, 13 Apr 2021 03:31:30 +0600 Subject: [PATCH 2/2] Updated and re-arranged alphabetically --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5ff237..c258579 100644 --- a/README.md +++ b/README.md @@ -616,6 +616,7 @@ API | Description | Auth | HTTPS | CORS | | [Genrenator](https://binaryjazz.us/genrenator-api/) | Music genre generator | No | Yes | Unknown | | [iTunes Search](https://affiliate.itunes.apple.com/resources/documentation/itunes-store-web-service-search-api/) | Software products | No | Yes | Unknown | | [Jamendo](https://developer.jamendo.com/v3.0/docs) | Music | `OAuth` | Yes | Unknown | +| [JioSaavn](https://github.com/cyberboysumanjay/JioSaavnAPI) | API to retrive song information, album meta data and many more from JioSaavn | No | Yes | Unknown | | [KKBOX](https://developer.kkbox.com) | Get music libraries, playlists, charts, and perform out of KKBOX's platform | `OAuth` | Yes | Unknown | | [LastFm](https://www.last.fm/api) | Music | `apiKey` | Yes | Unknown | | [Lyrics.ovh](http://docs.lyricsovh.apiary.io/) | Simple API to retrieve the lyrics of a song | No | Yes | Unknown | @@ -630,7 +631,6 @@ API | Description | Auth | HTTPS | CORS | | [TasteDive](https://tastedive.com/read/api) | Similar artist API (also works for movies and TV shows) | `apiKey` | Yes | Unknown | | [TheAudioDB](https://www.theaudiodb.com/api_guide.php) | Music | `apiKey` | Yes | Unknown | | [Vagalume](https://api.vagalume.com.br/docs/) | Crowdsourced lyrics and music knowledge | `apiKey` | Yes | Unknown | -| [JioSaavn](https://github.com/cyberboysumanjay/JioSaavnAPI) | API to retrive song information, album meta data and many more from JioSaavn | No | Yes | Unknown | **[⬆ Back to Index](#index)** ### News