DRG API is a free API which returns Deep Rock Galactic information and resources.
Documentation using the OpenAPI Specification (OAS) is made available at drgapi.com.
In order to run DRG API locally, perform the following steps:
- Install Python 3
- Clone this repository:
git clone https://github.com/MoritzHayden/drg-api.git
- Navigate to the root directory:
cd drg-api
- Execute the run.sh script with the
-i
and-d
flags:./src/scripts/run.sh -i -d
- Navigate to localhost:8080 in your browser
Dependencies are automatically scanned and updated with Dependabot on a weekly interval, as configured in dependabot.yml. For questions about security, please reference the Security Policy.
DRG API is automatically deployed to the DigitalOcean App Platform whenever a push is made to the main branch.
Contributions are welcome! If you found a bug or have a request, please open an issue. If you would like to contribute changes, please fork this repository, open a pull request with your changes, and link the PR with an issue. All contributions must adhere to the Code of Conduct. PRs must recieve codeowner approval before they will be merged.
Neither this project nor its contributors are associated with Deep Rock Galactic or Ghost Ship Games in any way whatsoever.
Copyright © 2023 Hayden Moritz