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]https://travis-ci.com/gjrickard/rover-api ![Dependencies]https://david-dm.org/gjrickard/rover-api.svg
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.0.12 - [CURRENT] Updated README