rediche / gw2-stream

GW2 API to plain text responses for chatbots.

Home Page:https://gw2.stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GW2 Stream

GW2 Stream is a GW2 API to plain text, usually useful for streaming chatbots like Nightbot, Streamlabs Chatbot and Streamlabs Cloudbot.

API

Account

  • Name /account/name
  • Age /account/age
  • Server /account/server or /account/world

Mastery Points

  • Total /account/mastery/points
  • Core /account/mastery/points/tyria
  • Heart of Thorns /account/mastery/points/maguuma
  • Path of Fire /account/mastery/points/desert

Wallet

  • Gold /account/wallet/gold
  • Karma /account/wallet/karma
  • Laurels /account/wallet/laurels
  • Gems /account/wallet/gems
  • Badges of Honor /account/wallet/badges-of-honor
  • Skirmish Claim Tickets /account/wallet/skirmish-claim-tickets

WvW

  • Rank /account/wvw-rank
  • Missing XP to rank 10K /account/wvw-rank/missing-xp
  • Kills /wvw/stats/kills
  • Matchup /wvw/stats/matchup or /wvw/stats/match

PvP

  • Rank /pvp/stats/rank
  • Rating /pvp/stats/rating

Install

npm i

Developing

npm run serve will give you hot-reloading through nodemon.

npm start will give you a regular node process.

About

GW2 API to plain text responses for chatbots.

https://gw2.stream

License:MIT License


Languages

Language:JavaScript 100.0%