mirror of
https://github.com/Ahrimdon/detailed-cod-tracker.git
synced 2025-01-18 08:25:00 -05:00
.. | ||
src | ||
.gitignore | ||
.gitmodules | ||
.npmignore | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENCE | ||
logo.png | ||
package.json | ||
README.md | ||
tsconfig.json |
Call Of Duty API Wrapper
Call of Duty Api is a promised based wrapper for the "private" API that Activision use on the Call Of Duty website.
This wrapper is written in NodeJS and is publicly available on npm.
Discord
Join the discord: here
Website
Documentation
You can find documentation here.
Other Languages
CSharp-CODAPI - C# nuget package maintained by myself
Flutter-CODAPI - Flutter package maintained by myself
cod-python-api - Python implementation of the wrapper written by Engineer15 & TodoLodo