Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noook authored May 14, 2024
1 parent 37c9aed commit f8204ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
![npm](https://img.shields.io/npm/v/spotify-web-client)
![npm](https://img.shields.io/npm/dt/spotify-web-client)

> [!NOTE]
> This library was coded and released at the same time as <https://github.com/spotify/spotify-web-api-ts-sdk/>. Prefer their library as it is more complete.
# spotify-web-client

A fully typed client for node and browser environments.
Expand Down Expand Up @@ -292,4 +295,4 @@ These methods can be accessed through the `users` key of your `SpotifyClient` in
| [`follow`](https://developer.spotify.com/documentation/web-api/reference/follow-artists-users) | Add the current user as a follower of one or more artists or other Spotify users. |
| [`unfollow`](https://developer.spotify.com/documentation/web-api/reference/unfollow-artists-users) | Remove the current user as a follower of one or more artists or other Spotify users. |
| [`isFollowing`](https://developer.spotify.com/documentation/web-api/reference/check-current-user-follows) | Check to see if the current user is following one or more artists or other Spotify users. |
| [`isFollowingPlaylist`](https://developer.spotify.com/documentation/web-api/reference/check-if-user-follows-playlist) | Check to see if one or more Spotify users are following a specified playlist. |
| [`isFollowingPlaylist`](https://developer.spotify.com/documentation/web-api/reference/check-if-user-follows-playlist) | Check to see if one or more Spotify users are following a specified playlist. |

0 comments on commit f8204ea

Please sign in to comment.