spotify-ts-wrapper
Version:
Spotify TypeScript wrapper.
39 lines (26 loc) • 875 B
Markdown
## spotify-ts-wrapper
Spotify TypeScript wrapper.
## Installation
```bash
yarn add spotify-ts-wrapper
```
## Change Log
### [1.0.22] - 2024-08-18
- Added `getPodcast` & `getPodcastShow` functions.
- Added Interfaces for `getPodcast` & `getPodcastShow`
- Fixed `pinned` of `getArtist`.
- Fixed `Section`type interface.
- Fixed `getPlaylist` image property.
- Added `artists` in `getAlbum`
- Fixed `id` of `SearchTracks`
- Added `getHome` function.
- Added `getCookie` function.
- Added `getRecommendations` function.
## Usage
```ts
import * as Spotify from "spotify-ts-wrapper"; // importing everything
```
## License
This project is licensed under the [MIT License](https://github.com/rit3zh/spotify.ts/blob/main/LICENSE), making it open and accessible for developers to use and modify in their projects.
## Links
- [Github](https://github.com/rit3zh/spotify.ts)