Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

brawlify.js

Web-API for brawlify.com website for brawlstars to get the most accurate stats, upcoming events, maps and more

Example

async function main() {
	const { Brawlify } = require("./brawlify.js")
	const brawlify = new Brawlify()
	const brawlers = await brawlify.getBrawlers()
	console.log(brawlers)
}

main()

About

Web-API for brawlify.com website for brawlstars to get the most accurate stats, upcoming events, maps and more

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages