EpicGames
A Simple NPM Package to get EpicGames info
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