Destiny
Fetches and displays reputation information from Bungie's Destiny API
Install / Use
/learn @pandapaul/DestinyREADME
Destiny Reputation Search
This is the source for DestinyRep.com. The node service is responsible for handling API calls and serving up static files. Both the web app and Android app (https://play.google.com/store/apps/details?id=com.jpapps.repsearch) connect to it to do their business.
Install & Run
npm install
npm start
Contributing
Submit pull requests against the master branch.
License
MIT
Suggested Resources & Related Projects
- https://www.bungie.net/platform/destiny/help/ - Bungie's documentation of their public API
- https://github.com/SargoDarya/bungie-platform - Unofficial listing and information regarding the available Bungie.net endpoints. Back when Bungie hadn't documented anything, this was my go-to resource.
- 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.
