UNPKG

@manhgdev/spotifyweb

Version:

Spotify library in typescript without using the Spotify Web API. No authentication required with automatic internal token generation.

30 lines (29 loc) 1.52 kB
export { SpotifyAlbum } from "./album"; export { SpotifyArtist } from "./artist"; export { SpotifyEpisode } from "./episode"; export { SpotifyExtractedColors } from "./extractedColors"; export { SpotifyGetToken } from "./getToken"; export { SpotifyHome } from "./home"; export { MusixmatchSearch } from "./musixmatchSearch"; export { SpotifyPlaylist } from "./playlist"; export { SpotifyPlaylistMetadata } from "./playlistMetadata"; export { SpotifyPlaylistContents } from "./playlistContents"; export { SpotifyPodcast } from "./podcast"; export { SpotifyPodcastEpisodes } from "./podcastEpisodes"; export { SpotifyRelatedTrackArtists } from "./relatedTrackArtists"; export { SpotifySearchAlbums } from "./searchAlbums"; export { SpotifySearchAll } from "./searchAll"; export { SpotifySearchArtists } from "./searchArtists"; export { SpotifySearchPlaylists } from "./searchPlaylists"; export { SpotifySearchPodcasts } from "./searchPodcasts"; export { SpotifySearchTracks } from "./searchTracks"; export { SpotifySearchUsers } from "./searchUsers"; export { SpotifySection } from "./section"; export { SpotifyTrack } from "./track"; export { SpotifyUser } from "./user"; export { SpotifyMyProfile } from "./myProfile"; export { SpotifyMyLibrary } from "./myLibrary"; export { SpotifyProductState } from "./productState"; export { SpotifyColorLyrics } from "./colorLyrics"; export { SpotifyTrackCredits } from "./trackCredits"; export { SpotifyLikedSongs, SpotifyLikedSongsAdd, SpotifyLikedSongsRemove } from "./likedSongs";