1.0.1 • Published 2 years ago

@akenodev/epicgames v1.0.1

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

EpicGames

A Simple NPM Package to get EpicGames info

MIT License

Reference Sheet

MethodData
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