Repository
Current version released
5 years ago
A Deno API Wrapper for linking projects to the Offical ROBLOX API.
About
DenBlox is currently in development mode, making most functions unstable.
DenBlox is a open sourced project developed for projects trying to do anything you’d normally do on the ROBLOX page.
Importing
import * as denblox from "https://deno.land/x/denblox/mod.ts"Example
import * as denblox from "https://deno.land/x/denblox/mod.ts";
let getUsers = await denblox.searchUser("roblox");
console.log(getUsers)Credits
- tru9 - Library Maintainer