How to get and display guild emblem.

How to get and display guild emblem.

in API Development

Posted by: Stryker Ace.4708

Stryker Ace.4708

I’d like to start building a site for our guild, but am new to this application development. Are there any examples on how to use the api to get and show the guild emblem in a browser?

Preferably I’d like to get an angularjs example to get started.

How to get and display guild emblem.

in API Development

Posted by: Lawton Campbell

Lawton Campbell

Web Programmer

I’ve got a vanilla javascript example for rendering emblems. It’s not ideal, but it mostly works.

There’s also gw2w2w.com which a lot of sites hotlink to (you’ll probably want to ask permission first) — but their rendering backend is available on github if you want to stand up your own instance or check out how they’re rendering emblems (it’s a nodejs application).

How to get and display guild emblem.

in API Development

Posted by: Stryker Ace.4708

Stryker Ace.4708

Thanks Lawton for referring me to gw2w2w.com. We have used that service a couple of times since.