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

grid-rbx/rev

Repository files navigation

NOW DEPRECATED! USE OAUTH2!

Rev

npm Netlify Status GitHub pull requests GitHub issues npm NPM DeepSource Snyk Vulnerabilities for npm package

Roblox account linking, made easy.

Installation

Install Rev with npm or Yarn

npm install @grid-rbx/rev

yarn add @grid-rbx/rev

Then initiate it in your index file

// CommonJS
const rev = require("@grid-rbx/rev");

// ES6
import rev from "@grid-rbx/rev";

Documentation

Documentation can be found here

Contributing

Contributions are always welcome! Please make a pull request documenting the changes.

License

MIT