0.0.8 • Published 3 years ago

@ozrageharm/epiccore v0.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

0.0.2

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.1

3 years ago