You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Generate tracker buttons for available players that also provided their tag
34
+
35
+
### Requires more setup
36
+
- Shows ranks and peaks of players (only with #tag) (**requires region, platform and api-key**)
37
+
38
+
### Commands for development
21
39
22
40
### dev
23
41
@@ -43,7 +61,7 @@ Preview the extension in the browser.
43
61
npm run preview
44
62
```
45
63
46
-
## Browser targets
64
+
## Browser targets (development)
47
65
48
66
Chromium is the default. You can explicitly target Chrome, Edge, or Firefox:
49
67
@@ -61,6 +79,16 @@ npm run dev -- --browser=edge
61
79
npm run dev -- --browser=firefox
62
80
```
63
81
64
-
## Learn more
82
+
## Acknowledgements
83
+
84
+
This is based on [pracc.com](https://pracc.com). Thanks for the well organized scrim searching side.
85
+
86
+
Some features also use the [unofficial-valorant-api](https://github.com/Henrik-3/unofficial-valorant-api) by [Hendrik3](https://henrikdev.xyz/). Check out his amazing work. Thanks for your engagement in the VALORANT developer community.
0 commit comments