originally posted in:BungieNetPlatform
This thread is inspired by another: view original post
I started a new chrome extension using angularjs and ng-admin
https://chrome.google.com/webstore/detail/ng-admin-destiny/phnecdmnplppfbohekdoglpkepagkeee
The project is also on github:
https://github.com/mapper43/ng-admin-destiny
Currently using only public endpoints, but next step is to add authentication for private endpoints. Feel free to make suggestions or browse/fork/contribute on github.
-
Very nice! I have a few questions I am trying to start out here. . . How are you making the calls to the bungie api? I can make them just fine in powershell but when I do them in JavaScript (jQuery) I get errors back related to CORS. There are MANY web apps out there that use the bungie api, and I am just confused on how they are doing it.