0.1.13 • Published 4 years ago

epicwar v0.1.13

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

Epicwar

Get maps information from epicwar.com

Example

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)
})()

More examples

Available methods

  • Get map
  • Get and download map
  • Get total maps
  • Get maps categories

Warcraft3 GG

This repository is part of Warcraft3-GG organization

0.1.13

4 years ago

0.1.12

4 years ago

0.1.11

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.4

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago