josterholt / diablo-ladder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diablo III Ladder Dashboard

This is a sample Go app that displays Diablo III ladder information.

Technology:

SETUP

Uses the following environment variables to make Blizzard API queries. (Pulls in values with godotenv)

  • CLIENT_ID - Blizzard API Client ID
  • SECRET_KEY - Blizzard API secret key
  • CURRENT_SEASON - Number for season to display

Development

Run with air for live reloading.

Usage

Web app support two querystring parameters:

  • Class - The Diablo charcter class (ex. Wizard, Barbarian)
  • Hardcore - Whether to show non-hardore leaderboard or hardcore leaderboard

About


Languages

Language:Go 62.1%Language:HTML 37.9%