Application pour suivre la progression de complétion d’exploration des cartes de Guild Wars II pour chaque personnage du compte.
 
 
 
 
Go to file
Norore 51f24b8f1d Fix VueJS warnings — More contrast for links in Dashboard view 2023-08-14 01:06:48 +02:00
src Fix VueJS warnings — More contrast for links in Dashboard view 2023-08-14 01:06:48 +02:00
.gitignore Initialize routes and some components 2022-09-24 21:52:47 +02:00
LICENSE Initial commit 2022-09-17 18:37:43 +00:00
README.md Improve README 2023-08-13 21:43:41 +02:00
index.html Initialize routes and some components 2022-09-24 21:52:47 +02:00
package.json Initialize routes and some components 2022-09-24 21:52:47 +02:00
vite.config.js Initialize routes and some components 2022-09-24 21:52:47 +02:00

README.md

gw2mapprogression

Application to follow map progression on Guild Wars II for each character of the account.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

How to use

For users that care about their privacy

The application will interact with Guild Wars II API. In the aim to use it, you may have to autorize api.guildwars2.com CDN.

The API key is set in a localstorage with JavaScript, therefore your key is not saved on application server. You can simply delete the localstorage if you don't trust this application.

API key setup

Go to your ArenaNet account, tab Applications, and generate a new API key with at least:

  • account
  • characters
  • progression

Then, copy-paste your API key on the form in the header of this application.