An open API service indexing awesome lists of open source software.

https://github.com/cykoder/wow-loot-logs

Simple SQLite database/React app for tracking WoW loot awarded through RC Loot Council
https://github.com/cykoder/wow-loot-logs

Last synced: 16 days ago
JSON representation

Simple SQLite database/React app for tracking WoW loot awarded through RC Loot Council

Awesome Lists containing this project

README

          

# WoW Loot Logs

Old project used for tracking World of Warcraft loot from RCLootCouncil data, learning experience for:
- NextJS (uses starter template)
- WASM
- SQLLite

## How to use

Install it and run:

```sh
yarn install
yarn dev
```