Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

yamiOnEstrogen/epicgames-npm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EpicGames

A Simple NPM Package to get EpicGames info

MIT License

Reference Sheet

Method Data
getStore() No Data Needed
getStoreByCountry(string) Data Needed (US)
getNews() No Data Needed
getNewsByLocale(string) Data Needed (en-US)
getFreeGames() No 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published