This project was the starting point for DestinyRep.com. At this point, both the server and front-end have been completely rewritten, but the core ideas are still the same. Connect to Bungie.net's API, gather character data starting with just a simple username search, & display it in a clear, simple fashion.
- https://github.com/SargoDarya/bungie-platform - If you need to know what end points Bungie offers, this is where you should look.
- https://github.com/waltfy/destiny/ - A terrific node project for interacting with the Bungie.net API. Anyone developing along these lines should consider contributing to this codebase.
npm install
node server.js
Send pull requests to the github repo