UtaYaku
Learn Japanese using music. Frontend written in Nuxt.js and optional backend using Litserve
Install / Use
/learn @Fustigate8933/UtaYakuREADME
UtaYaku
Learn Japanese with music. Just like Spotify and other music services, read the auto-scrolling lyrics as you listen. When you encounter new vocabulary or grammar or just want to understand what the sentence means, click on the lyric to access the definitions and breakdown of the sentence into its components and grammar. Login to save your song (not yet developed).
I hoep to support playlist importing from music services like Spotify and Youtube Music. I also plan on turning it into an app since most people use their phones for music.
The lyric breakdown uses HuggingChat.
This is a preview of the current state:
https://github.com/user-attachments/assets/3ff5f303-2407-41ce-b273-667401342ed4
Installation
- Clone the repository and cd into it
- Run
pnpm installornpm installor the equivalent whatever package manager you prefer. - Create a .env file in the root directory with
CLIENT_ID=<your client id from app.musicapi.com>, which can be found at apiAccess. - Register for an account on HuggingChat.
- pnpm run dev
- access the website on http://localhost:3000/
