free-epicgames
v1.0.4
Published
Module to have free games from epic games store.
Maintainers
Readme
About
This package designed for get free games from the epic games store.
Installation
npm i free-epicgames
Usage
import { getGames } from "free-epicgames"
async function main() {
const data = await getGames('FR')
console.log(data)
}OR
var epicgamesfree = require("free-epicgames")
console.log(await epicgamesfree.getGames('FR'))