Introduction and README
JSON
A set of JSON files for developing applications with Helldivers 2
Goals
Provide a set of 'static' information like planets, factions and sectors. Applications that need this information (because they map from the API etc.) can pull this data into their application and whenever new data is discovered and added they can simply update this repository and get the updated information.
How to use
While you can simply download the JSON files and use them directly the recommended way is to use submodules.
The reasoning is that it's easy to update the JSON files with 1 command and not have to manually check for updates.
To add this in your own project use the following command:
To update the submodule simply run (see docs):
One (small) caveat is that when cloning your repository you have to tell Git to pull the submodules as well. Fortunately, this is easy!
Learn more
You can learn more about submodules on Git's documentation.