https://github.com/obusk/warcraftlogs-search
Tool for finding logs using certain talents and/or items
https://github.com/obusk/warcraftlogs-search
battle-net warcraftlogs world-of-warcraft wow wowanalyzer
Last synced: 3 months ago
JSON representation
Tool for finding logs using certain talents and/or items
- Host: GitHub
- URL: https://github.com/obusk/warcraftlogs-search
- Owner: oBusk
- License: isc
- Created: 2023-09-04T22:53:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-31T18:08:28.000Z (5 months ago)
- Last Synced: 2026-02-01T06:28:21.495Z (4 months ago)
- Topics: battle-net, warcraftlogs, world-of-warcraft, wow, wowanalyzer
- Language: TypeScript
- Homepage: https://wcl.nulldozzer.io/
- Size: 1.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# warcraftlogs-search
[](https://wcl.nulldozzer.io/)
[](https://github.com/prettier/prettier)
> Tool for finding logs using certain talents and/or items
Whenever you are developing modules for the great [WowAnalyzer](https://wowanalyzer.com/),
you often find yourself looking for a log of a player using a niche talent or item so that
you can verify if your code is detecting the events as appropriate.
To help myself with this, I wrote this tool that fetches logs from Warcraftlogs, and allows
filtering by talents and items.
The code is not great, it was put together as a utility rather than as a service.
## Install
```bash
pnpm install
```
## Development
```
pnpm run dev
```
## Deployment
Deployed automagically using [Vercel](https://vercel.com/)
[https://wcl.nulldozzer.io/](https://wcl.nulldozzer.io/)
## License
ISC © Oscar Busk