Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

wc3maps

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wc3maps

Wc3maps maps download

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

Wc3maps

Get maps information from wc3maps.com

Example

import { getMap } from 'wc3maps'

(async () => {
  // Map: https://wc3maps.com/map/43/DBZ_Tribute_Elite_v2.1c
  const mapId = 43
  // When download is true, you will receive the map on map.file
  const download = false
  const map = await getMap(mapId, download)
  console.log(map)
})()

More examples

Available methods

  • Get map
  • Get and download map
  • Get total maps
  • Get maps id per page
  • Get total maps pages

Warcraft3 GG

This repository is part of Warcraft3-GG organization

Keywords

warcraft3

FAQs

Package last updated on 09 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts