1.2.4 • Published 3 years ago

@tunebot/spotify v1.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Installation

npm install @tunebot/spotify

Basic Implementation

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

const spotify = new Spotify({
   clientId: "",
   clientSecret: ""
});
(async () => {
 const search = await spotfiy.search(url);
 console.log(search);
})();
1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago