Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 519 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 519 Bytes

librespot-js

A work-in-progress FOSS Spotify library in JavaScript inspired by librespot.

Installation

npm i librespot

Usage

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, also under the MIT license.