Skip to content

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

Notifications You must be signed in to change notification settings

absolute-music/fortapidd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%