mirror of
https://github.com/hazycora/librespot.git
synced 2026-04-26 11:16:00 +03:00
No description
| docs/examples | ||
| proto | ||
| src | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| tsconfig.json | ||
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.