32 lines
1.3 KiB
Markdown

[![npm version](https://badge.fury.io/js/call-of-duty-api.svg)](https://www.npmjs.com/package/call-of-duty-api)
[![https://www.github.com/sponsors/lierrmm](https://img.shields.io/badge/github-donate-teal.svg)](https://www.github.com/sponsors/lierrmm)
[![https://www.paypal.me/liammm](https://img.shields.io/badge/paypal-donate-blue.svg)](https://www.paypal.me/liammm)
![https://npmjs.org/package/call-of-duty-api](https://github.com/Lierrmm/Node-CallOfDuty/blob/master/logo.png?raw=true)
# 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](https://callofduty.com) website.
This wrapper is written in NodeJS and is publicly available on [npm](https://npmjs.org/package/call-of-duty-api).
# Discord
Join the discord: [here](https://discord.gg/NuUpvzC)
# Website
https://codapi.dev
# Documentation
You can find documentation [here](https://docs.codapi.dev/).
# Other Languages
[CSharp-CODAPI](https://github.com/Lierrmm/CSharp-CODAPI) - C# nuget package maintained by myself
[Flutter-CODAPI](https://pub.dev/packages/cod_api) - Flutter package maintained by myself
[cod-python-api](https://github.com/TodoLodo/cod-python-api) - Python implementation of the wrapper written by Engineer15 & TodoLodo