/warcraft3sounds

Primary LanguageJavaScriptISC LicenseISC

warcraft3sounds

A basic API for Warcraft 3 sounds

Build status Coverage status Dependency status Dev dependency status Issues Pull requests

Download

NodeJS

  • Debian based on (ubuntu, etc...) :
$ sudo apt-get install nodejs
  • Others :

Download it here

Git

  • Debian based on (ubuntu, etc...) :
$ sudo apt-get install git-all
  • Others :

Download it here

WarcraftSounds

Go to your targeted folder (like "/etc/" or "C:\Users[user]\Documents") and execute

$ git clone https://github.com/Psychopoulet/warcraft3sounds --recursive

Dependencies

In the "warcraft3sounds" downloaded folder, execute

$ npm install --prod

You may need to compile the sqlite3 package, if you have an error, please check that

Extract sounds

You have a lot of documentation to extract Warcraft 3's sounds on the web.

Check here to see that.

Once you have the sounds, put it all in the same folder, here "warcraft3sounds/lib/public/sounds"

Run

Default configuration

In the "warcraft3sounds" folder, execute

$ npm start

Check the default basic interface http://localhost:3000

With specific port | ssl activated

In the "warcraft3sounds" folder, execute

$ node lib/main.js [--port <port>] [--ssl]

Check the basic interface on http[s]://localhost [:port]