0.0.8 • Published 2 years ago

@ozrageharm/epiccore v0.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

EpicCore

A Node.js API Wrapper created to Interact with Epic Games' API


> npm i @ozrageharm/epiccore

Login example:

const epiccore = require('@ozrageharm/epiccore');

(async () => {

    const authCode = "your-auth-code-here"

    const auth = await epiccore.login({ method: "code", value: authCode });

    console.log(`Logged in as: ${auth.displayName}`)

})();
0.0.3

2 years ago

0.0.2

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.1

2 years ago