0.0.8 • Published 9 months ago

@ozrageharm/epiccore v0.0.8

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

9 months ago

0.0.2

9 months ago

0.0.8

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.1

1 year ago