Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LakhindarPal committed May 12, 2024
1 parent 2e62f81 commit 24687e0
Show file tree
Hide file tree
Showing 31 changed files with 117 additions and 634 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

This npm package provides a simple wrapper for interacting with the Tidal API. It allows you to retrieve information about tracks, artists, albums, videos, playlists, and mixes based on their URLs.

**Best part is you don't need any api key or authentication token.**

## Installation

To install the package, run the following command:
Expand Down Expand Up @@ -73,6 +75,7 @@ if (trackId) {
#### Artist, Album, Video, Playlist, Mix

Similarly, you can use the corresponding functions (`getArtistId`, `getArtistInfo`, `getAlbumId`, `getAlbumInfo`, `getVideoId`, `getVideoInfo`, `getPlaylistId`, `getPlaylistInfo`, `getMixId`, `getMixInfo`) for retrieving information about artists, albums, videos, playlists, and mixes.
You can also use `getTrackPreview` and `getVideoPreview` for retrieving preview url of a track or video.

## Contributing

Expand Down
Binary file modified bun.lockb
Binary file not shown.
87 changes: 0 additions & 87 deletions docs/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions docs/functions/extractURLType.md

This file was deleted.

27 changes: 0 additions & 27 deletions docs/functions/getAlbumId.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/functions/getAlbumInfo.md

This file was deleted.

27 changes: 0 additions & 27 deletions docs/functions/getArtistId.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/functions/getArtistInfo.md

This file was deleted.

27 changes: 0 additions & 27 deletions docs/functions/getInfo.md

This file was deleted.

27 changes: 0 additions & 27 deletions docs/functions/getMixId.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/functions/getMixInfo.md

This file was deleted.

27 changes: 0 additions & 27 deletions docs/functions/getPlaylistId.md

This file was deleted.

Loading

0 comments on commit 24687e0

Please sign in to comment.