1.0.0 • Published 4 years ago

call-of-duty-node-api v1.0.0

Weekly downloads
6
License
ISC
Repository
github
Last release
4 years ago

node-callofduty

Simple little api wrapper for Black Ops 4, Black Ops 3, Infinate Warfare, and WW2. This wrapper uses theTracking Network Public API.

Credits to ickerio, His fortnite.js and pubg.js inspired me to create this api wrapper :)

Example:

const callofduty = require('node-callofduty');

const client = new callofduty('API KEY');

let data = client.get(callofduty.bo4,"incizzle-1965",callofduty.battlenet).then(data => { 
    console.log(data)
})

API Endpoints

TODO

Help

If you got any problems send me a message on discord @ incizzle#5554 GLHF!