epicwar
Version:
Epicwar.com maps download
28 lines (22 loc) • 688 B
Markdown
Get maps information from [epicwar.com](http://epicwar.com)
```ts
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)
})()
```
[](https://github.com/Warcraft3-GG/epicwar-download-maps/tree/master/examples)
- [x] `Get map`
- [x] `Get and download map`
- [x] `Get total maps`
- [x] `Get maps categories`
This repository is part of [Warcraft3-GG](https://github.com/Warcraft3-GG) organization