This is a simple project that combines basro's token generator with node-haxball API.
Instructions:
- Create a folder named nw inside this repository:
mkdir nw
- Go to the NW.js download page. Download the appropriate version for your operating system.
- Extract the contents of the downloaded NW.js archive into the nw folder created in step 1.
- Navigate to the nw folder.
cd nw
- Execute the following command to run NW.js and point it to the project root
.\nw ../
Remember to install dependencies. npm install