Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Lierrmm/Node-CallOfDuty

NodeJS Wrapper for the Call Of Duty API.
https://github.com/Lierrmm/Node-CallOfDuty

activision api api-wrapper black-ops-iiii blackops blackops4 call-of-duty callofduty cold-war hacktoberfest modern-warfare nodejs vanguard warzone wrapper wz

Last synced: 3 months ago
JSON representation

NodeJS Wrapper for the Call Of Duty API.

Awesome Lists containing this project

README

        

[![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