1.2.4 • Published 2 years ago

@tunebot/spotify v1.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago