Skip to content

lmvdz/WoWCrypt

Repository files navigation

wowcrypt_title

electronvueicon128x128 wowcrypticon128x128

zezvej3 2

alt text alt text alt text

alt text alt text alt text alt text

alt text

Table of Contents

Description

World of Warcraft Armory Desktop Application
Blizzard's WoW Community API
HTML, CSS, and VueJS 2.0

what is possible?

  • Achievement Lookup
  • Auction House Data
  • Boss Lookup
  • Character Lookup
  • Guild Lookup
  • Item Lookup
  • Mount Lookup
  • Pet Lookup
  • PvP Lookup
  • Quest Lookup
  • Realm Lookup
  • Recipe Lookup
  • Zone Lookup

Downloads

Usage

1.0

Download the binary that fits your operating system and unzip.
-- or --
Grab the source code and build the app yourself.

1.1

Open the application
Go to the settings page
Input the api-key and choose your region

1.2

Begin using the application Any errors? (something doesn't work) open an issue

API-Key

# apikey (you can use this.)
# 100 - Calls per second
# 36,000 - Calls per hour
zn2vjjju6qpav96datyqh78smc6s3wax

Build Source Code

1.0

Make sure you have NodeJS

1.1

# insde of the WoWCrypt directory, install dependencies
npm install
# serve with hot reload at localhost:9080
npm run dev
# build electron app for production
npm run build
# cleans the 'builds' folder
npm run build:clean
# build
npm run build:[win32|darwin|mas|linux]
# lint all JS/Vue component files in `app/src`
npm run lint
# run webpack in production
npm run pack

Issues & Fixes

Windows

"Cannot create symlinks; skipping xxxxx platform"

Command Prompt > Run as Administrator

Todo

- Implement full api
- Add exciting features

This project was generated from electron-vue (Documentation) using vue-cli.