1.0.3 • Published 1 year ago

infrpg.js v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

infRPG.js

A library to interact with https://rpg.dart.gay/

Getting Started

Install the library:

# npm
$ npm install infrpg.js

# yarn
$ yarn add infrpg.js

Then, get your flask session cookie from https://rpg.dart.gay/, you can go to DevTools, Application, Cookies and grab the "session" cookie

Use this starter code to get started!

const InfRPG = require('infrpg.js')

const client = new InfRPG('<SESSION TOKEN>')

Then, you can use any methods listed in the documentation to your heart's content!

Documentation

View the documentation!