node-callofduty

1.0.2 • Public • Published

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!

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i node-callofduty

    Weekly Downloads

    0

    Version

    1.0.2

    License

    ISC

    Unpacked Size

    5.03 kB

    Total Files

    5

    Last publish

    Collaborators

    • incizzle