varila
March 3, 2017, 11:35pm
1
Im putting together a javascript node package wrapper for the Warcraft Logs if anyone is about start a project and wants a wrapper to interact with the API.
https://www.npmjs.com/package/weasel.js
(the abbreviation WCL can be pronounced Weasel… I guess… thats where the module name comes from :P)
1 Like
Kihra
March 3, 2017, 11:41pm
2
Hopefully that isn’t a real key in the docs. I use those for tracking so best not to reveal a valid one.
varila
March 4, 2017, 12:06am
3
Not at all, as the comment suggest you have to get your own throught the account settings on WCL
//Set the public WCL api-key that you get from https://www.warcraftlogs.com/accounts/changeuser
api.setApiKey(‘abcd123abcd123abcd123abcd123abcd123’);
tenub
March 7, 2017, 4:46pm
4
Sweet. Now I can make a React frontend that isn’t laggy!
1 Like
varila
March 7, 2017, 5:55pm
5
Let me know what you need and I’ll implement it.
varila
March 12, 2017, 5:35pm
6
I went ahead and pushed the project to version 1 with a slight refactor and a simple documentation with JSDoc over at https://pintapoff.github.io/weasel.js/index.html