Skip to content
vineets edited this page Nov 6, 2011 · 4 revisions

Welcome to the TW-Nodejs-MobileDev wiki.

Kindly use the following steps to set-up & configure the App:

  1. You need to install npm ( node package manager) , as we are using it maintain all the extensions
  2. Run the following commands
    • run npm install jade
    • run npm install sass
  3. Go to service/paintball_services/ directory and then run node app.js to run the server
  4. The server is configured to run at 3000 port
  5. Check url http://localhost:3000/virtualpaintball/player/1/shoot and it should return you some results in json

Refer to http://www.movable-type.co.uk/scripts/latlong.html for lat long ans distance calculations

Clone this wiki locally