🌟fetchEnkaProfile

async function to fetch enkaProfile by username from the site.

Params

  • username: string - enka.network profile username.

Example

import { EnkaNetwork } from "enkanetwork";

const enka = new EnkaNetwork();

enka.fetchEnkaProfile("Algoinde").then(console.log); // with enka.network profile username

Return

pageFetchEnkaProfile

Last updated