librespot-js/README.md
hazycora ff6a69b43d
drop premium requirement
it was buggy and i no longer care lmao
2024-01-12 20:51:45 -06:00

28 lines
519 B
Markdown

# librespot-js
A work-in-progress FOSS Spotify library in JavaScript inspired by [librespot](https://github.com/librespot-org/librespot/).
## Installation
```
npm i librespot
```
## Usage
```js
import Librespot from 'librespot'
const spotify = new Librespot()
await spotify.login('username', 'password')
```
See examples in docs/examples.
## License
librespot-js is under the MIT license.
librespot-js derives from [spotify-zeroconf](https://github.com/elbywan/spotify-zeroconf), also under the MIT license.