ThingEngineering / swgoh-status

Farming status display for Star Wars: Galaxy of Heroes
20 stars 25 forks source link

SW:GoH Status

NOTE: this repository is archived, I stopped playing a long time ago and have no interest in maintaining it. Fork it and do your own thing.

A simple web app to show event farming status for Star Wars: Galaxy of Heroes players using the SWGOH.GG API. Written in TypeScript and Svelte because I felt like learning some new things.

Live version: https://swgoh.freddie.wtf

Development setup

  1. Install Node.js if you haven't already.
  2. Run npm install in a command prompt/shell.
  3. Run npm run dev in a command prompt/shell.
  4. Visit http://localhost:5000/?player=your_id_here.

Project structure

Almost everything lives under src/: