1.0.1 • Published 3 years ago
@akenodev/epicgames v1.0.1
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/epicgamesUsage/Examples
const EpicGames = require("@akenodev/epicgames")
const epic = new EpicGames();
epic.getNews().then((res) => {
console.log(res)
})Support
For support, join Our Discord Server