You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,13 @@
2
2
3
3
Convert songs from **Spotify** to **YouTube Music**!
4
4
5
-
## Changelog
5
+
## Features
6
6
7
-
> - The authentication is now handled by **spotify-to-ytmusic**, only using a **Client ID** & **Client Secret**, the previously required **Redirect URI** & **Access Token** are not needed anymore.
8
-
> -**spotify-to-ytmusic** is now much faster.
9
-
> - The **YouTube Music** results are now much more accurate.
7
+
- Super **easy-to-use**
8
+
- Access/refresh token **not required**
9
+
- Convert **multiple songs**
10
+
-**99% accuracy**
11
+
- Perfect for **Discord Bots**
10
12
11
13
## Installation
12
14
@@ -16,8 +18,8 @@ npm install spotify-to-ytmusic
16
18
17
19
## Usage
18
20
19
-
- To use **Spotify to YouTube Music**, first you need to provide your **Spotify Credentials** (**[Client ID & Client Secret](https://www.avermedia.com/us/creator_central_spotify)**), in order to have access to the **Spotify API**.
20
-
- You can only provide **Spotify Tracks***(Playlists / Albums / Podcasts are not supported)*
21
+
- To use **spotify-to-ytmusic**, first you need to provide your **[Spotify Credentials](https://www.avermedia.com/us/creator_central_spotify)**, in order to have access to the **Spotify API**.
22
+
- You can only provide **Tracks**// **Playlists**, **Albums** and **Podcasts** are **`NOT`** supported!
0 commit comments