Skip to main content
Deno 2 is finally here 🎉️
Learn more

denblox

A Deno API Wrapper for linking projects to the Offical ROBLOX API.

Github Code Size Github Issues Github License

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);

Versions

Stable -

  • v1.0-alpha - Provides basic support for User and Thumbnail functionality.

Unstable -

  • v0.0.1 - Not as stable as alpha version & missing readme.
  • v0.0.0 - No purpose as I was messing around with deno.

Credits

  • tru9 - Library Maintainer