1.0.1 • Published 2 years ago

beptune v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Beptune :headphones:

Search for albums on Spotify from your digital music library

Beptune is an CLI album parser for your locally stored music albums. It searches spotify for desired album from your collection and opens it in default browser.

:wrench: Install

npm install beptune -g

:guitar: Usage

Navigate to folder

cd ~/Music
beptune

or provide path

You can provide relative or absolute path to music directory

beptune --path ~/Music

Ran by NodeJS, written in TypeScript, with help of a few lovely open-source dependencies.

:rocket: Run

In order to run app locally, you'll have to place your spotify client credentials. Create file in src/secure/spotify.ts and add credentials constants CLIENT_SECRETandCLIENT_ID. Learn more at: Authorization - Client Credentials

yarn install
yarn start

:hammer: Build

yarn build