@tuneorg/spotify
TypeScript icon, indicating that this package has built-in type declarations

2.1.1 • Public • Published

Installation

npm install @tuneorg/spotify

Basic Implementation

import { Spotify } from "@tuneorg/spotify";

const spotify = new Spotify({
   clientId: "",
   clientSecret: "",
});
(async () => {
 await spotify.renewToken(); //must be invoked first
 const search = await spotfiy.search(url);
 console.log(search);
})();

Package Sidebar

Install

npm i @tuneorg/spotify

Weekly Downloads

2

Version

2.1.1

License

MIT

Unpacked Size

40.8 kB

Total Files

32

Last publish

Collaborators

  • tunebot