UNPKG

dota2-radiant

Version:

Radiant: a small little library/framework for building awesome apps backed by the Dota 2 WebAPI. Utilizes Node with Express

6 lines 188 B
install: @echo "Running npm-install" cd ~/Documents/Dota2_Api && npm install run: @echo "Starting Dota2_Api Server (Express)..." cd ~/Documents/Dota2_Api && nodemon app.js --debug -w .