Using spotify-react-web-client with spotify.com

TypeScript integration

Install
npm install spotify-react-web-client
Quick start
import Spotify_react_web_client from 'spotify-react-web-client';

const client = new Spotify_react_web_client({ accessToken: "YOUR_ACCESS_TOKEN" });
Get Current User's Profile
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.spotify.com/v1/me
Get Several Shows
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.spotify.com/v1/shows
Get Several Albums
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.spotify.com/v1/albums
SDK on GitHub 📄 API Docs
SDK
spotify-react-web-client
TypeScript
API
spotify.com
spotify.com:sonallux
At a glance
Language TypeScript
Endpoints89
Base URLhttps://api.spotify.com/v1