Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 966 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 966 Bytes

node-genius-lyrics-gui

Build

Screenshot

I recommend to use cli tool write-lyric-to-audio
This project is an Electron application designed to interact with the Genius Lyrics API, providing a graphical user interface for fetching and writing song lyrics to audio file metadata tags. It leverages modern web technologies including Vue.js for the frontend and Vite as the build tool for a fast development experience.

Getting Started

To get started with node-genius-lyrics-gui, follow these steps:

  1. Clone the repository:
git clone https://your-repository-url.git
cd node-genius-lyrics-gui
  1. Install Dependencies: npm install
  2. Start the Application: npm run start