A basic API for Warcraft 3 sounds
- Debian based on (ubuntu, etc...) :
$ sudo apt-get install nodejs
- Others :
Download it here
- Debian based on (ubuntu, etc...) :
$ sudo apt-get install git-all
- Others :
Download it here
Go to your targeted folder (like "/etc/" or "C:\Users[user]\Documents") and execute
$ git clone https://github.com/Psychopoulet/warcraft3sounds --recursive
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
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"
In the "warcraft3sounds" folder, execute
$ npm start
Check the default basic interface http://localhost:3000
In the "warcraft3sounds" folder, execute
$ node lib/main.js [--port <port>] [--ssl]
Check the basic interface on http[s]://localhost [:port]