1.0.4 • Published 1 year ago

free-epicgames v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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'))