Custom Halo Player Cards
Features
- Fetches multiplayer stats from the Halo API
- 3 pre-made player card templates
- Easily extendible with custom graphics
Setup Instructions
To get started, install this App and then invoke one of the endpoints with your
Xbox gamertag.
For a preview, checkout Zeny's stats on our hosted version of this App here:
https://player.halo.autocode.gg/infinite/default/Zeny%20IC
Note: if your gamertag includes spaces, you'll need to URL encode it.
Example: Halo%20Infinite
To kick off customizing your player card, you can upload custom graphics to the
./static
directory.
The player card is generated in the ./lib/render
file using the canvas
module.
To learn how to use canvas
, checkout this guide:
https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial