Giter Club home page Giter Club logo

roverify's Introduction

This package has been deprecated. RoVer and Bloxlink are no longer supported without API keys.

roverify

npm Version npm Downloads Checks

Table of contents

About

4.43kB & dependency-free Node.js module to fetch Roblox user data from a Discord user. The module prioritizes RoVer over all other services.

Installation

Use the package manager npm to install roverify:

npm install roverify

Usage

const roverify = require('roverify');

await roverify.verify('113691352327389188')    
  .then((robloxUser) => {
      console.log(robloxUser.name)
  })
  .catch((err) => {
      if (err === 'Discord user id (argument 0) is not verified') console.log('Discord user is not verified')
      else throw err
  })

The robloxUser object returned consists of the following:

{
  'description': 'Welcome to the Roblox profile! This is where you can check out the newest items in the catalog, and get a jumpstart on exploring and building on our Imagination Platform. If you want news on updates to the Roblox platform, or great new experiences to play with friends, check out blog.roblox.com. Please note, this is an automated account. If you need to reach Roblox for any customer service needs find help at www.roblox.com/help',
  'created': '2006-02-27T21:06:40.3Z',
  'isBanned': false,
  'externalAppDisplayName': null,
  'id': 1,
  'name': 'Roblox',
  'displayName': 'Roblox',
  'verificationService': 'bloxlink'
}

Links

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

roverify's People

Contributors

moaufmklo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.