1.0.0 • Published 3 years ago

rolimons.js v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Installation

npm

npm i rolimons.js

github

git clone https://github.com/XDumpy/rolimons.js

Usage

//Requirements Importer
const Rolimons = require("rolimons.js")

//Main
Rolimons.leaderboard(1, function(callback){
	console.log(callback)
})

API

leaderboard(amount, callback)

returns rolimons leaderboard data.

amount

The amount of rolimons leaderboard pages to be scraped.

callback

returns module callback

games(amount, callback)

amount

The amount of rolimons games pages to be scraped.

callback

returns module callback

leaks(amount, callback)

amount

The amount of rolimons leaks pages to be scraped.

callback

returns module callback

items(amount, callback)

amount

The amount of rolimons items pages to be scraped.

callback

returns module callback

License

MIT © XDumpy

1.0.0

3 years ago