Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

koyashiro/vrcapi

Repository files navigation

vrcapi

VRChat API wrapper in Deno🦕.

Usage

import { login } from "https://raw.githubusercontent.com/KoyashiroKohaku/vrcapi/master/mod.ts";

const username = "foo";
const password = "bar";

const client = await login(username, password);

const friends = await client.user.getFriends();
console.log(friends);

About

VRChat API wrapper in Deno🦕

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published