Javascript client-side wrapper for VocaDB API
Work in Progress (WIP) – This library is still in development. More features will be added soon!
import Vocapi from "vocapi";
const v = new Vocapi();
const album = await v.album.get(619)
const albumList = await v.album.search({ query: "Skatsune Miku" })