Skip to content

πŸ§‘β€πŸ’» javascript client library for utau, our lyrics service

Notifications You must be signed in to change notification settings

keia-bot/utau-javascript-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

utau javascript client

a javascript client for our internal lyrics service known as utau.

usage

import { fetchLyrics, extract } from "@keia/utau-client";

const lyrics = await fetchLyrics("powfu flashlights in the forest", {
  types: ["raw"],
  apiKey: "your api key",
  userAgent: "My Application (contact@example.com)",
});

const raw = extract(lyrics, "raw");
console.log(raw.text); // Swallowed by sounds in the night...

Important

currently, api keys are not being handed out, if you want to use our api, please join our Discord Server.


keia bot Β© 2023

About

πŸ§‘β€πŸ’» javascript client library for utau, our lyrics service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published