My Shiny Stuff shows, filters and searches in-game items of your Guild Wars 2 account bank and characters.
To use the application, create an API key with permissions "inventories" and "characters" at https://account.arena.net/applications .
The source code for this application is available on Github.
This is an elm application based on the package elm-webpack-4-starter.
After cloning this project, change into the cloned directory and run "yarn install" to install the dependencies.
To compile and test this application on the local host, run "yarn dev" and point your browser to http://localhost:8080 .
Most of the code is in src/elm/Main.elm.
The files for distribution are created in the directory "dist" by running "yarn prod:compress".
To host the application on Github Pages, rename the "dist" directory to "docs", which is the document root if Pages is configured so. Then commit and push the changes to Github.