Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.18 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.18 KB

Dependency Status devDependency Status

Brawl Gems

Brawl Gems uses BrawlAPI to give you information about Brawl Stars players.

Features include:

  • Find Brawl Stars players by tag
  • Analyze player statistics (e.g. trophies, victories, ...)

Installation

Fork this project and extend it with your favorite Brawl Stars functionality.

Create a .env file with the following configuration:

REACT_APP_API_TOKEN=[YOUR API TOKEN]

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn test

Launches the test runner in the interactive watch mode.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.