Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-26T17:06:44.000Z (4 months ago)
- Last Synced: 2024-08-27T19:55:07.705Z (4 months ago)
- Topics: battle-net, warcraftlogs, world-of-warcraft, wow, wowanalyzer
- Language: TypeScript
- Homepage: https://wcl.nulldozzer.io/
- Size: 466 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# warcraftlogs-search
[![Powered by Vercel](https://badgen.net/badge/vercel/warcraftlogs-search/black?icon=zeit)](https://wcl.nulldozzer.io/)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](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 nische talent or item so that
you can verify if your code is detecting the events as appropiate.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
npm install
```## Development
```
npm run dev
```## Deployment
Deployed automagically using [Vercel](https://vercel.com/)
[https://wcl.nulldozzer.io/](https://wcl.nulldozzer.io/)
## License
ISC © Oscar Busk