Get maps information from epicwar.com
import { epicwarGetMap } from 'epicwar'
(async () => {
// Map: https://www.epicwar.com/maps/1
const mapId = 1
// When download is true, you will receive the map on map.file
const download = false
const map = await epicwarGetMap(mapId, download)
console.log(map)
})()
-
Get map
-
Get and download map
-
Get total maps
-
Get maps categories
This repository is part of Warcraft3-GG organization