Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Lierrmm/Node-CallOfDuty
- Owner: Lierrmm
- License: mit
- Created: 2018-08-31T09:32:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T14:53:18.000Z (8 months ago)
- Last Synced: 2024-07-16T22:55:01.279Z (4 months ago)
- Topics: activision, api, api-wrapper, black-ops-iiii, blackops, blackops4, call-of-duty, callofduty, cold-war, hacktoberfest, modern-warfare, nodejs, vanguard, warzone, wrapper, wz
- Language: TypeScript
- Homepage: https://codapi.dev
- Size: 306 KB
- Stars: 223
- Watchers: 19
- Forks: 79
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - Lierrmm/Node-CallOfDuty - NodeJS Wrapper for the Call Of Duty API. (TypeScript)
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