JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q47192F
  • License ISC

This was created to work with the verify.eryn.io Public API easily.

Package Exports

  • rover-api

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rover-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

verify.eryn.io API

First of all, thank you to eryn for making this great API for use on many different platforms. I simply made this module to make it a little easier for me to find peoples Roblox usernames for my Discord bot. This module is very easy to use, so here is some simple documentation.

Build Dependencies

let rover = require('rover-api')
let body = rover("DISCORD USER ID HERE")

console.log(body.robloxUsername)

This will return everything that is stated on https://verify.eryn.io/api such as status, robloxId, and robloxUsername as shown above. I may update this in the future to offer more functions, but this is my first npm module, so give me a break.

Versions

  • 1.0.0 - Release
  • 1.0.8 - Added README
  • 1.1.0 - [CURRENT] Updated Superagent