@akenodev/epicgames

1.0.1 • Public • Published

EpicGames

A Simple NPM Package to get EpicGames info

MIT License

Reference Sheet

Method Data
getStore() No Data Needed
getStoreByCountry(string) Data Needed (US)
getNews() No Data Needed
getNewsByLocale(string) Data Needed (en-US)
getFreeGames() Nod Data Needed

Installation

Install @akenodev/epicgames with npm

  npm install @akenodev/epicgames

Usage/Examples

const EpicGames = require("@akenodev/epicgames")
const epic = new EpicGames();

epic.getNews().then((res) => {
    console.log(res)
})

Support

For support, join Our Discord Server

Package Sidebar

Install

npm i @akenodev/epicgames

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

3.6 kB

Total Files

4

Last publish

Collaborators

  • akenodev